Hey there, I'm trying to build Atmosph猫re on Debian GNU/Linux 8 (jessie), but I got these errors :
$ make DEVKITPRO=/opt/devkitpro/ DEVKITARM=/opt/devkitpro/devkitA64
make -C exosphere
make[1]: Entering directory '/home/mathieu/Documents/Atmosphere/exosphere'
make[2]: Entering directory '/home/mathieu/Documents/Atmosphere/exosphere/bpmpfw'
aarch64-none-elf-gcc -march=armv4t -mtune=arm7tdmi -mthumb -mthumb-interwork -g -O2 -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-inline -std=gnu11 -Werror -Wall -c -o build/emc.o src/emc.c
aarch64-none-elf-gcc: error: unrecognized command line option '-mthumb'
aarch64-none-elf-gcc: error: unrecognized command line option '-mthumb-interwork'
Makefile:56: recipe for target 'build/emc.o' failed
make[2]: *** [build/emc.o] Error 1
make[2]: Leaving directory '/home/mathieu/Documents/Atmosphere/exosphere/bpmpfw'
Makefile:61: recipe for target 'bpmpfw/out/bpmpfw.bin' failed
make[1]: *** [bpmpfw/out/bpmpfw.bin] Error 2
make[1]: Leaving directory '/home/mathieu/Documents/Atmosphere/exosphere'
Makefile:8: recipe for target 'exosphere' failed
make: *** [exosphere] Error 2
Am I doing something wrong ?
DEVKITARM is supposed to point to devkitARM, not devkitA64.
Fixed !
Thank you for your help
Most helpful comment
DEVKITARM is supposed to point to devkitARM, not devkitA64.