We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.8.1
android version 9
When I try to compile a C/C++ project in termux I get the error: segmentation fault
What is expected is to generate the executable
The project is the template generated by the command: xmake create
[ 25%]: cache compiling.release src/main.cpp gcc -c -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -o build/.objs/test/linux/armv7a/release/src/main.cpp.o src/main.cpp Segmentation fault
The text was updated successfully, but these errors were encountered:
please push to xmake/issues
Sorry, something went wrong.
it works for me.
not for me
Just for more information, I can confirm that it works here:
I have fixed it on dev. #5029
No branches or pull requests
Xmake Version
2.8.1
Operating System Version and Architecture
android version 9
Describe Bug
When I try to compile a C/C++ project in termux I get the error: segmentation fault
Expected Behavior
What is expected is to generate the executable
Project Configuration
The project is the template generated by the command: xmake create
Additional Information and Error Logs
[ 25%]: cache compiling.release src/main.cpp
gcc -c -Qunused-arguments -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -o build/.objs/test/linux/armv7a/release/src/main.cpp.o src/main.cpp
Segmentation fault
The text was updated successfully, but these errors were encountered: