Skip to content
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

Cross compiling issue with gcc6.4 #92

Open
Bhavya0112 opened this issue Sep 12, 2018 · 1 comment
Open

Cross compiling issue with gcc6.4 #92

Bhavya0112 opened this issue Sep 12, 2018 · 1 comment

Comments

@Bhavya0112
Copy link

I am hitting cross compiling issues with gcc6.4
./configure AR=aarch64-linux-gnu-ar CC=aarch64-linux-gnu-gcc RANLIB=aarch64-linux-gnu-ranlib STRIP=aarch64-linux-gnu-strip --host=arm-linux --target=arm-linux LDFLAGS="-static -pthread"
-linux-gnu-strip --host=arm-linux --target=arm-linux
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-strip... aarch64-linux-gnu-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking for arm-linux-gcc... aarch64-linux-gnu-gcc
checking whether the C compiler works... no
configure: error: in /tmp/Bhavya/LTP/ltp-full-20180515': configure: error: C compiler cannot create executables See config.log' for more details

@pelwell
Copy link
Contributor

pelwell commented Sep 12, 2018

Have you read config.log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants