-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Info] Additional modifications necessary to build for current UNIX-like systems #45
Comments
When the build is made within the GitHub Actions, we do build binutils without python support, to make the resulting binary work on more systems. |
Yes, I already noticed post #8 but the modification is necessary for non GitHub Actions CI builds. |
I am quite surprised that you are having issues on Gentoo to be honest. We have the toolchain building and running just fine on many distributions. Are you sure you are not just missing some libraries? What is the error message you are seeing? |
As you already know the reason for the CXX python/py-infevents.o
../../gdb/python/py-gdb-readline.c: In function ‘char* gdbpy_readline_wrapper(FILE*, FILE*, const char*)’:
../../gdb/python/py-gdb-readline.c:59:29: error: ‘_PyOS_ReadlineTState’ was not declared in this scope; did you mean ‘PyOS_Readline’?
59 | PyEval_RestoreThread (_PyOS_ReadlineTState);
| ^~~~~~~~~~~~~~~~~~~~
| PyOS_Readline
CXX python/py-infthread.o
make[2]: *** [Makefile:1897: python/py-gdb-readline.o] Error 1 Removal of |
Current build succeeds with disabling
--with-python=no
forbinutils-gdb
and removal of-ffat-lto-objects
and-flto
inpthread-embedded/platform/psp/Makefile
The text was updated successfully, but these errors were encountered: