Search found 3 matches

by segfault
Sat Mar 09, 2019 4:41 am
Forum: GBA Development
Topic: Yet another compiling issue thread
Replies: 4
Views: 12434

Re: Yet another compiling issue thread

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. Th...
by segfault
Fri Mar 08, 2019 11:31 pm
Forum: GBA Development
Topic: Yet another compiling issue thread
Replies: 4
Views: 12434

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 reading...
by segfault
Thu Mar 07, 2019 8:54 pm
Forum: GBA Development
Topic: Yet another compiling issue thread
Replies: 4
Views: 12434

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...