You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im working on building the file, but am getting cc1: error: '-mfloat-abi=hard': selected processor lacks an FPU cc1: error: '-mfloat-abi=hard': selected processor lacks an FPU cc1: error: '-mfloat-abi=hard': selected processor lacks an FPU cc1: error: '-mfloat-abi=hard': selected processor lacks an FPU make: *** [Makefile:805: build/us_3ds/src/engine/behavior_script.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:805: build/us_3ds/src/engine/level_script.o] Error 1 make: *** [Makefile:805: build/us_3ds/src/engine/math_util.o] Error 1 make: *** [Makefile:805: build/us_3ds/src/engine/surface_collision.o] Error 1
as a error after /bin/arm-none-eabi-cpp -P -DVERSION_US -I . -o build/us_3ds/level_rules.mk levels/level_rules.mk
My cpu does have a fpu according to cat /proc/cpuinfo
I should have all of my dependencies for it, I installed them properly.
Iif it helps:
Celeron 2955u
ubuntu 20.04
The text was updated successfully, but these errors were encountered:
Im working on building the file, but am getting
cc1: error: '-mfloat-abi=hard': selected processor lacks an FPU cc1: error: '-mfloat-abi=hard': selected processor lacks an FPU cc1: error: '-mfloat-abi=hard': selected processor lacks an FPU cc1: error: '-mfloat-abi=hard': selected processor lacks an FPU make: *** [Makefile:805: build/us_3ds/src/engine/behavior_script.o] Error 1 make: *** Waiting for unfinished jobs.... make: *** [Makefile:805: build/us_3ds/src/engine/level_script.o] Error 1 make: *** [Makefile:805: build/us_3ds/src/engine/math_util.o] Error 1 make: *** [Makefile:805: build/us_3ds/src/engine/surface_collision.o] Error 1
as a error after
/bin/arm-none-eabi-cpp -P -DVERSION_US -I . -o build/us_3ds/level_rules.mk levels/level_rules.mk
My cpu does have a fpu according to cat /proc/cpuinfo
I should have all of my dependencies for it, I installed them properly.
Iif it helps:
Celeron 2955u
ubuntu 20.04
The text was updated successfully, but these errors were encountered: