ajd4096 / gbadev

Automatically exported from code.google.com/p/gbadev
0 stars 1 forks source link

Fails to compile armboot.bin with latest devkitARM v41 toolchain #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./build all

What do you see instead?
arm-eabi-none-gcc: Command not found

Please provide any additional information below.

Solution:
1. change line 10 in "armboot/starlet.mk" to "$(DEVKITARM)/bin/arm-none-eabi-"
2. run "./build clean"
3. run "./build all"

Original issue reported on code.google.com by Matand...@gmail.com on 12 Aug 2013 at 1:30

GoogleCodeExporter commented 8 years ago
Thanks for reporting.
I'm assuming it doesn't make much of a difference but does it give you the same 
problem if you just type "make" ?

I actually haven't used the build script itself in quite a while TBH.

Original comment by maxternal on 24 Aug 2013 at 1:13