Build: Windows #109
Annotations
2 errors and 2 warnings
main (debug)
Process completed with exit code 2.
|
main (release)
Process completed with exit code 2.
|
main (debug)
inet/common/SimulationCpuUsageMeasurer.cc:9:10: fatal error: asm/unistd.h: No such file or directory
9 | #include <asm/unistd.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:1892: ../out/x86_64-w64-mingw32-gcc-debug/src/inet/common/SimulationCpuUsageMeasurer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:8: all] Error 2
|
main (release)
inet/common/SimulationCpuUsageMeasurer.cc:9:10: fatal error: asm/unistd.h: No such file or directory
9 | #include <asm/unistd.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:1892: ../out/x86_64-w64-mingw32-gcc-release/src/inet/common/SimulationCpuUsageMeasurer.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:8: all] Error 2
|