Skip to content

Instantly share code, notes, and snippets.

@TimSimpson
Created December 2, 2012 19:57
Show Gist options
  • Save TimSimpson/4190736 to your computer and use it in GitHub Desktop.
Save TimSimpson/4190736 to your computer and use it in GitHub Desktop.
configure:3407: /usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/xgcc -B/usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/ -B/opt/toolchains/dc/sh-elf/sh-elf/bin/ -B/opt/toolchains/dc/sh-elf/sh-elf/lib/ -isystem /opt/toolchains/dc/sh-elf/sh-elf/include -isystem /opt/toolchains/dc/sh-elf/sh-elf/sys-include -V >&5
xgcc: error: unrecognized command line option '-V'
xgcc: fatal error: no input files
compilation terminated.
configure:3418: $? = 1
configure:3407: /usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/xgcc -B/usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/ -B/opt/toolchains/dc/sh-elf/sh-elf/bin/ -B/opt/toolchains/dc/sh-elf/sh-elf/lib/ -isystem /opt/toolchains/dc/sh-elf/sh-elf/include -isystem /opt/toolchains/dc/sh-elf/sh-elf/sys-include -qversion >&5
xgcc: error: unrecognized command line option '-qversion'
xgcc: fatal error: no input files
compilation terminated.
configure:3418: $? = 1
configure:3434: /usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/xgcc -B/usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/ -B/opt/toolchains/dc/sh-elf/sh-elf/bin/ -B/opt/toolchains/dc/sh-elf/sh-elf/lib/ -isystem /opt/toolchains/dc/sh-elf/sh-elf/include -isystem /opt/toolchains/dc/sh-elf/sh-elf/sys-include -o conftest -g -O2 conftest.c >&5
/usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/as: 87: exec: -little: not found
configure:3437: $? = 1
configure:3625: checking for suffix of object files
configure:3647: /usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/xgcc -B/usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/ -B/opt/toolchains/dc/sh-elf/sh-elf/bin/ -B/opt/toolchains/dc/sh-elf/sh-elf/lib/ -isystem /opt/toolchains/dc/sh-elf/sh-elf/include -isystem /opt/toolchains/dc/sh-elf/sh-elf/sys-include -c -g -O2 conftest.c >&5
/usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/./gcc/as: 87: exec: -little: not found
configure:3651: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL "http://www.gnu.org/software/libgcc/"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3665: error: in `/usr/kos/kos/utils/dc-chain/build-gcc-sh-elf-4.7.0/sh-elf/libgcc':
configure:3668: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment