You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to compile for a different architecture (in this case armhf) but it didn't work.
I've tried many ways, but nothing.
❯ ./configure CC=arm-linux-gnueabi-gcc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for gcc... arm-linux-gnueabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... configure: error: in `/opt/shc':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
❯ ./configure --host armhf
❯ ./configure --host arm
The text was updated successfully, but these errors were encountered:
gianfelicevincenzo
changed the title
Compiler Different ARCH not work (armhf)
Compile Different ARCH not work (armhf)
Apr 13, 2021
I tried to compile for a different architecture (in this case armhf) but it didn't work.
I've tried many ways, but nothing.
The text was updated successfully, but these errors were encountered: