Posts

Showing posts from August, 2022

godot 4 compile error on jetson nano 2gb

[Initial build] Compiling thirdparty/oidn/core/api.cpp ... In file included from thirdparty/oidn/core/common.h:19,                  from thirdparty/oidn/core/device.h:19,                  from thirdparty/oidn/core/api.cpp:48: thirdparty/oidn/common/platform.h:27:10: fatal error: xmmintrin.h: No such file or directory    27 | #include <xmmintrin.h>       |          ^~~~~~~~~~~~~ compilation terminated. scons: *** [thirdparty/oidn/core/api.linuxbsd.tools.64.o] Error 1 scons: building terminated because of errors. [Time elapsed: 00:04:01.992]