On Mon, 11 Aug 2014, William D. Jones wrote: > Additionally, when building userland, PCC attempts to build a C++ tool > (libatfc++). Of course, PCC being a C compiler, PCC chokes on it. I'll > probably just modify the relevant Makefile to have PCC skip it, but before I > go ahead and do that- is libatfc++ essential for a functioning userland or > POSIX compliance?
No, this pertains to the ATF test suite software. You could easily comment it out, though you might get further build failures down the line due to missing dependencies.. it could be better to define UNSUPPORTED_COMPILER.pcc, then to get it built with a C++ capable compiler regards, iain
