Atmosphere: Unable to build Atmosph猫re : unrecognized command line option '-mthumb'

Created on 1 May 2018  路  2Comments  路  Source: Atmosphere-NX/Atmosphere

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 ?

Most helpful comment

DEVKITARM is supposed to point to devkitARM, not devkitA64.

All 2 comments

DEVKITARM is supposed to point to devkitARM, not devkitA64.

Fixed !
Thank you for your help

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  5Comments

SciresM picture SciresM  路  4Comments

fennectech picture fennectech  路  3Comments

melsbacksfriend picture melsbacksfriend  路  3Comments

fennectech picture fennectech  路  4Comments