phoenix-rtos-project
phoenix-rtos-project copied to clipboard
toolchain: add c++ support
As of https://github.com/phoenix-rtos/phoenix-rtos-build/pull/69 we're building g++
compiler, but libstdc++
fails to build due to libphoenix
headers (it's impossible to compile anything without additional options for specifying target architecture) - because of that the configure
step fails:
Due to recent changes in libphoenix full libstdc++
compilation is nearer, now we miss some ERRNO
values and basic ctypes, should be easier to fix:
Isn't this issue completed by now?
Indeed as of phoenix-rtos/phoenix-rtos-build#125 has been merged it is.