I’m walking up the learning curve. I have modified the Ain64-Din128-Dout128 example to suit my needs and now get the following error when executing the makefile:
gen.c should be an SDCC related file, I assume you don’t have no file named like this, right?
Are you using an IDE?
If yes: have you setup your targets properly?
Does a target clean / reboot help?
What SDCC version do you have?
Does this only happen to your project or to others as well?
Normally there should be no runtime at all, at least none that runs on your Computer (it should run on the PIC only). So either SDCC crashed (and “Runtime” is meant to be some SDCC compiling routine) or you’re trying to run the PIC code on your machine.
Anyway, a bit more information from your side is required