Some changes are needed to support C++; these are present in https://gitea.alexisvl.rocks/alexisvl/pdp1-fw:
Drop the C++ standard library and several features:
[built-in options] c_args = ['-mabi=' + abi, '-march=' + arch, '--specs=nano.specs'] cpp_args = ['-mabi=' + abi, '-march=' + arch, '--specs=nano.specs', '-fno-use-cxa-atexit', '-fno-rtti', '-fno-exceptions', '-fno-threadsafe-statics'] c_link_args = ['-mabi=' + abi, '-march=' + arch, '--specs=nano.specs'] cpp_link_args = ['-mabi=' + abi, '-march=' + arch, '--specs=nano.specs', '-nostdlib', '-lc', '-lgcc', '-fno-rtti', '-fno-exceptions', '-fno-threadsafe-statics']
No due date set.
No dependencies set.
Deleting a branch is permanent. It CANNOT be undone. Continue?
Some changes are needed to support C++; these are present in https://gitea.alexisvl.rocks/alexisvl/pdp1-fw:
Drop the C++ standard library and several features: