Celtoys / Remotery

Single C file, Realtime CPU/GPU Profiler with Remote Web Viewer
Apache License 2.0
3.03k stars 255 forks source link

Remotery build error under windows10 #221

Closed BartolomeyKant closed 2 years ago

BartolomeyKant commented 2 years ago

I just downloaded last Remotery release and try to compile it.

clang.exe -c -o Remotery.o -I ..\lib ..\lib\Remotery.c

And got this error:

..\lib\Remotery.c:5574:18: error: Unable to lookup field reference!
        mov [edi].processorIndex, eax
                 ^
1 error generated.

I don't know assembler well and never met using field references like this.

dwilliamson commented 2 years ago

Remotery does not completely build on the triple Clang/Windows/x86.

You have some options, though: