You installed devkitARM. devkitPro is the organisation that provides the tools & libraries.
Oh. My bad! This page of the tonc tutorial refers to devkitPro as a package and toolchain, so I guess I assumed that was what I should call the things I installed. Anyway, good to know the difference ...
Search found 3 matches
- Sat Mar 09, 2019 4:41 am
- Forum: GBA Development
- Topic: Yet another compiling issue thread
- Replies: 4
- Views: 18685
- Fri Mar 08, 2019 11:31 pm
- Forum: GBA Development
- Topic: Yet another compiling issue thread
- Replies: 4
- Views: 18685
Re: Yet another compiling issue thread
Ah. I feel stupid, it turns out the order in which source files and library linking arguments are passed to gcc is important. :P
Putting the $(STEP1ARGS) and $(STEP2ARGS) variables at the end of the compilation commands (after the source files) fixed the errors I was getting.
Sorry to anyone ...
Putting the $(STEP1ARGS) and $(STEP2ARGS) variables at the end of the compilation commands (after the source files) fixed the errors I was getting.
Sorry to anyone ...
- Thu Mar 07, 2019 8:54 pm
- Forum: GBA Development
- Topic: Yet another compiling issue thread
- Replies: 4
- Views: 18685
Yet another compiling issue thread
Hello! Just for fun I decided I wanted to try and program GBA games, installed devkitpro, and started following the Tonc tutorials.
I've run into a bit of a snag when compiling and linking with libtonc, it seems like the compiler isn't seeing any symbols besides inline functions and macros defined ...
I've run into a bit of a snag when compiling and linking with libtonc, it seems like the compiler isn't seeing any symbols besides inline functions and macros defined ...