Closed mk1nz closed 1 week ago
/lib/cpp is supplied by your underlying operating system. Either means you don't have a C preprocessor installed (seems unlikely) or your vendor isn't providing the standard Unix /lib/cpp. Do you have a /bin/cpp ?
Hello Alan!
There is /bin/cpp, but no cpp file anywhere except /opt/fcc/lib and the Compiler Kit src catalogue.
If you change the /opt/fcc/lib/cpp to instead use /bin/cpp that ought to work
It works. Only the 6502 target will not build, so I commented it out in the Makefile.
Thanks. I'll push a change that looks for both /lib/cpp and /bin/cpp
Both /opt/fcc and /opt/fcc/bin are in PATH var. The same issue is under Mac and Linux (arch)