All of a sudden my code quit compiling with a ton of terrible looking errors. However if I go to the first error, it is this:
/stdio.h:34:22: error: sdcc-lib.h: No such file or directory
I am using ubuntu, and I installed everything that 'apt-cache search sdcc' came back with:
sdcc - Small Device C Compiler
sdcc-doc - Small Device C Compiler (documentation)
sdcc-libraries - Small Device C Compiler (libraries)
sdcc-ucsim - Micro-controller simulator for SDCC
But still no sdcc-lib.h anywhere on my hard drive. I assume this happened after an update. Has anyone else run into this issue? Am I wrong in thinking a package maintainer is to blame for my plight?
Just to check I reverted to code that I absolutely know was compiling last month, and even the month before that, and six month old code as well. So if it compiled before, but doesn't compile now, blame the build environment?