You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newlib baremetal C++ fails with "qemu-system-aarch64: rom check and register reset failed" on QEMU run and "relocation truncated to fit: R_AARCH64_PREL32 against `.text'" on gem5 build
#119
Open
cirosantilli opened this issue
Mar 23, 2020
· 0 comments
TODO not working as of 8825222 + 1. Not yet properly researched / reported upstream yet.
Should not be hard in theory since
libstdc++
is just part of GCC, as shown at: https://stackoverflow.com/questions/21872229/how-to-edit-and-re-build-the-gcc-libstdc-c-standard-library-source/51946224#51946224To test it out, I first hack link:common.py[] to enable
C++
:and then I hack link:userland/arch/aarch64/inline_asm/multiline.cpp[] to consist only of an empty main:
then for example:
fails with:
and the gem5 build fails completely:
fails with:
The text was updated successfully, but these errors were encountered: