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
The toolchain you're using does not support the -m4-nofpu target. Normal KOS toolchains do not include this target. You'll have to rebuild your toolchain and modify the configuration to add -m4-nofpu.
Alternatively, you could probably change the Makefile for this project to compile with -m4-single-only instead of -m4-nofpu. Likely, that will work fine.
Hello.
When I try to compile patcher it returns an error:
miles@vbox:~/pso_patcher$ make make -C patcher make[1]: Entering directory '/home/miles/pso_patcher/patcher' rm -f loader.elf loader.bin sh-elf-gcc -ml -m4-nofpu -ffunction-sections -fdata-sections -ffreestanding -Wall -std=c99 -Wextra -Werror -c -o cdrom.o cdrom.c sh-elf-gcc: error: command-line option «-m4-nofpu» is not supported by this configuration make[1]: *** [<builtin>: cdrom.o] Error 1 make[1]: Leaving directory '/home/miles/pso_patcher/patcher' make: *** [Makefile:2: all] Error 2 miles@vbox:~/pso_patcher$
I'm using virtualbox with Ubuntu 22.04 and KallistiOS built.
Can you tell me please where is my mistake? Thank you.
The text was updated successfully, but these errors were encountered: