I tried following this Code68k tutorial I've used before that works using Codewarrior, but I end up with the same error as when I'm trying to compile the retro68Test project. I'm not sure if it's the Retro68Test Makefile that is the problem, or if it's a toolchain bug:
c-streams (another project using the toolchain) is using another Makefile, but gives out errors when linking StreamTest: stream.c
.text+0x174): undefined reference to `alertf'
That's why it should be nice to see a standalone Hello World-project with a simple Makefile we know works, to rule out our own bugs
Edit; I can't get the Code tag to work.
It seems like it adds some stuff from "rsrc-args" in the Makefile that shouldn't be there (see error above). If I comment it out the program will compile but crash when I run it.
c-streams (another project using the toolchain) is using another Makefile, but gives out errors when linking StreamTest: stream.c
.text+0x174): undefined reference to `alertf'That's why it should be nice to see a standalone Hello World-project with a simple Makefile we know works, to rule out our own bugs
Edit; I can't get the Code tag to work.