Re: [Sdcc-user] gplink assertion failure when linking a project that uses stdio functions

2020-03-22 Thread Philipp Klaus Krause
Am 22.03.20 um 19:36 schrieb Tom Noonan II via Sdcc-user: > So far I've been unable to locate any sdcc flags to print the gplink > invocation, is there a flag that will let me see how gplink is being > called so I can drill in further? --verbose should, but it seems it doesn't really for the pic b

[Sdcc-user] gplink assertion failure when linking a project that uses stdio functions

2020-03-22 Thread Tom Noonan II via Sdcc-user
Good afternoon: I'm attempting to compile and link a project that uses stdio functions (sprintf) and I'm able to consistently get gplink assertion faults if the linking command does not also compile a C file containing #include . I have a detailed minimal example up as a gist: https://gist.github