Skip to content

Instantly share code, notes, and snippets.

@locusf
Last active November 28, 2016 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save locusf/fbdffa1501e53d307d2a7bda911140fa to your computer and use it in GitHub Desktop.
Save locusf/fbdffa1501e53d307d2a7bda911140fa to your computer and use it in GitHub Desktop.
Config log
configure:3483: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -marm -mthumb-interwork -Wno-psabi conftest.c >&5 aarch64-meego-linux-gnu-gcc: error: unrecognized command line option '-mfloat-abi=hard' aarch64-meego-linux-gnu-gcc: error: unrecognized command line option '-mfpu=neon' aarch64-meego-linux-gnu-gcc: error: unrecognized command line option '-marm' aarch64-meego-linux-gnu-gcc: error: unrecognized command line option '-mthumb-interwork'
+ ./configure --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu --target=aarch64-meego-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-wayland --enable-experimental --enable-debug --enable-trace --with-android-headers=/usr/lib/droid-devel/droid-headers --enable-property-cache --with-default-hybris-ld-library-path=/usr/libexec/droid-hybris/system/lib:/vendor/lib:/system/lib
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... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for aarch64-unknown-linux-gnu-gcc... no
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/locusf/mer/android/droid/libhybris/hybris':
configure: error: C compiler cannot create executables
See `config.log' for more details
error: Bad exit status from /var/tmp/rpm-tmp.hY2T0m (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.hY2T0m (%build)
@locusf
Copy link
Author

locusf commented Nov 28, 2016

configure:3483: gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -fmessage-length=0 -march=armv7-a -mfloat-abi=hard -mfpu=neon -marm -mthumb-interwork -Wno-psabi conftest.c >&5 aarch64-meego-linux-gnu-gcc: error: unrecognized command line option '-mfloat-abi=hard' aarch64-meego-linux-gnu-gcc: error: unrecognized command line option '-mfpu=neon' aarch64-meego-linux-gnu-gcc: error: unrecognized command line option '-marm' aarch64-meego-linux-gnu-gcc: error: unrecognized command line option '-mthumb-interwork'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment