Closed n6il closed 9 years ago
Yeah, I finally realized that this was a 3.4.1 nightly snapshot... The SDCC 3.4.0 release version works as expected. I willl make the following complaints to SDCC team: The "Downloads" link is near the top as a sub-heading while "Snapshots" is a main heading, and of course the snapshots page has no warnings that you might want to try a released version or any link to those released versions.
I am trying to build a kernel image for z80pack. There seems to be some error from the sdcc compiler and I'm not sure what to do about it.
I played around a bit and figured out it is line 257 of the waitpid function in syscall_pid.c
This is so simple I have no idea why the compiler is barfing on this.
I have the 11/04 snapshot of SDCC
and just pulled the latest FUZIX code.