EtchedPixels / FUZIX

FuzixOS: Because Small Is Beautiful
Other
2.18k stars 272 forks source link

yaz180 - missing stdint.h etc #693

Closed feilipu closed 5 years ago

feilipu commented 5 years ago

I noticed that the following files are not present in /opt/fcc/include, which stops the build. stdint.h stddef.h and stdarg.h.

I copied those files present in ~/FUZIX/Library/include/8080 across to /opt/fcc/include manually, and that allowed the build to proceed. I guess these are accurate enough, as there didn't seem to be a specific z80 or z180 set available.

EtchedPixels commented 5 years ago

It should be finding them from the standard SDCC search path

feilipu commented 5 years ago

Yes. My problem.

I had configured my SDCC build as if it was ZSDCC and hadn't compiled the standard libraries.