sm64-port / sm64_3ds

3DS fork of sm64-port
https://discord.gg/7bcNTPK
208 stars 26 forks source link

Unable to build; my system does not have a fpu #35

Open SoloTrombone opened 3 years ago

SoloTrombone commented 3 years ago

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