C compiler cannot create executables #20895
-
I am asking that what mistake I made that I got this error? I executed following in GitHub Action. ./scripts/setup-ubuntu.sh
./scripts/setup-android-sdk.sh
./scripts/run-docker.sh
./build-package.sh -a arm -o output-arm -I bash Error I got when
|
Beta Was this translation helpful? Give feedback.
Answered by
sylirre
Jul 19, 2024
Replies: 1 comment 1 reply
-
Option All Termux packages have hardcoded |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sylirre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Option
-I
can be used only when building forcom.termux
. If you set custom application package name, dependencies should be built from source rather than downloaded.All Termux packages have hardcoded
com.termux
either as archive path component or directly in the ELF binary files.