Opossite byte order
anatagawa opened this issue · 2 comments
anatagawa commented
Hello,
I use the makefile from the sdk, but I dont know why, when i compil my test, i have a Fatal Error :
c:/Programmation/3DO/3DODev/bin/armcc -Ic:/Programmation/3DO/3DODev/include/3do -I c:/Programmation/3DO/3DODev/include/ttl -c src/font.c -o src/font.o
c:/Programmation/3DO/3DODev/bin/armcc -Ic:/Programmation/3DO/3DODev/include/3do -I c:/Programmation/3DO/3DODev/include/ttl -c src/input.c -o src/input.o
c:/Programmation/3DO/3DODev/bin/armcc -Ic:/Programmation/3DO/3DODev/include/3do -I c:/Programmation/3DO/3DODev/include/ttl -c src/main.c -o src/main.o
c:/Programmation/3DO/3DODev/bin/armcc -Ic:/Programmation/3DO/3DODev/include/3do -I c:/Programmation/3DO/3DODev/include/ttl -c src/system_graphics.c -o src/system_graphics.o
c:/Programmation/3DO/3DODev/bin/armcc -Ic:/Programmation/3DO/3DODev/include/3do -I c:/Programmation/3DO/3DODev/include/ttl -c src/Screens/TitleScreen.c -o src/Screens/TitleScreen.o
c:/Programmation/3DO/3DODev/bin/armlink -o CD/LaunchMe -match 0x1 -nodebug -noscanlib -verbose -remove -aif -reloc -dupok -ro-base 0 -sym LaunchMe.sym c:/Programmation/3DO/3DODev/lib/3do/cstartup.o c:/Programmation/3DO/3DODev/lib/3do/clib.lib c:/Programmation/3DO/3DODev/lib/community/cpplib.lib c:/Programmation/3DO/3DODev/lib/3do/graphics.lib c:/Programmation/3DO/3DODev/lib/3do/lib3do.lib c:/Programmation/3DO/3DODev/lib/3do/filesystem.lib c:/Programmation/3DO/3DODev/lib/3do/operamath.lib src/font.o src/input.o src/main.o src/system_graphics.o src/Screens/TitleScreen.o
Fatal error: src/font.o has the opposite byte order to the preceding objects.
ARM Linker: finished, 0 informational, 0 warning, 0 error and 1 fatal error messages.
make: *** [LaunchMe] Error 1
Do you have any idea ?
trapexit commented
I don't see how you are using the makefile I provide when it's clearly pointing to different locations and has none of the compiler arguments.
trapexit commented
Have you tried a recent pull? Confirmed the makefile setup?