Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have any of you encountered a similar issue? First off, I’m in a network-disconnected user environment (without root privileges). After compiling and installing Python 3.10.2 from source in this user environment, I tried to use this Python version to cross-compile third-party libraries like coverage (because they contain .SO files). After specifying the cross-compilation toolchain, during the compilation phase, cross-compiled gcc was indeed used to compile .c files into .o files. However, during the linking phase, the default gcc was automatically used instead of the cross-compiled gcc, resulting in linking errors. Has anyone encountered this situation? Any solutions?
Compile status and error messages, along with attached images.
Beta Was this translation helpful? Give feedback.
All reactions