Skip to content

Instantly share code, notes, and snippets.

@ptrm
Last active April 16, 2021 21:09
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 ptrm/2ec44faf2a86ac48d9427870a9e3d5a0 to your computer and use it in GitHub Desktop.
Save ptrm/2ec44faf2a86ac48d9427870a9e3d5a0 to your computer and use it in GitHub Desktop.
./gen-tc.sh kobo (config.log)
configure:3525: $? = 0
configure:3514: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.3.0-17ubuntu1~20.04' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-HskZEa/gcc-9-9.3.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
configure:3525: $? = 0
configure:3514: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3525: $? = 1
configure:3514: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3525: $? = 1
configure:3545: checking whether the C compiler works
configure:3567: gcc -O3 -ffast-math -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=hard -mthumb -pipe -fomit-frame-pointer -frename-registers -fweb -flto=9 -fuse-linker-plugin -isystem/home/piotr/Kindle/CrossTool/Build_KOBO/include -L/home/piotr/Kindle/CrossTool/Build_KOBO/lib -Wl,-O1 -Wl,--as-needed conftest.c >&5
gcc: error: unrecognized command line option '-mfpu=neon'
gcc: error: unrecognized command line option '-mfloat-abi=hard'
gcc: error: unrecognized command line option '-mthumb'
configure:3571: $? = 1
configure:3609: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "crosstool-NG"
| #define PACKAGE_TARNAME "crosstool-ng"
| #define PACKAGE_VERSION "1.23.0.72-23ba174"
| #define PACKAGE_STRING "crosstool-NG 1.23.0.72-23ba174"
| #define PACKAGE_BUGREPORT "crossgcc@sourceware.org"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3614: error: in `/home/piotr/Sources/koxtoolchain/build/CT-NG':
configure:3616: error: C compiler cannot create executables
See `config.log' for more details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment