Advertisement
Guest User

Untitled

a guest
Jan 11th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. root@LEDE:~# gcc -v
  2. Using built-in specs.
  3. COLLECT_GCC=gcc
  4. COLLECT_LTO_WRAPPER=/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/lto-wrapper
  5. Target: mipsel-openwrt-linux-gnu
  6. Configured with: /home/ryzhovau/Entware/build_dir/target-mipsel_mips32r2_glibc-2.27/gcc-6.3.0/configure --target=mipsel-openwrt-linux --host=mipsel-openwrt-linux --build=x86_64-pc-linux-gnu --program-prefix= --program-suffix= --prefix=/opt --exec-prefix=/opt --bindir=/opt/bin --sbindir=/opt/sbin --libexecdir=/opt/lib --sysconfdir=/opt/etc --datadir=/opt/share --localstatedir=/opt/var --mandir=/opt/man --infodir=/opt/info --disable-nls --build=x86_64-pc-linux-gnu --host=mipsel-openwrt-linux-gnu --target=mipsel-openwrt-linux-gnu --enable-languages=c,c++ --with-bugurl=https://dev.openwrt.org/ --with-pkgversion='OpenWrt GCC 6.3.0' --enable-shared --enable-__cxa_atexit --with-default-libstdcxx-abi=gcc4-compatible --enable-target-optspace --with-gnu-ld --with-stage1-ldflags='-Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld.so.1' --with-specs='-Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld.so.1' --with-boot-ldflags='static-libstdc++ -static-libgcc -Wl,-rpath=/opt/lib -Wl,--dynamic-linker=/opt/lib/ld.so.1' --disable-nls --disable-libsanitizer --disable-libvtv --disable-libcilkrts --disable-libmudflap --disable-multilib --disable-libgomp --disable-libquadmath --disable-libssp --disable-decimal-float --disable-libstdcxx-pch --with-host-libstdcxx=-lstdc++ --prefix=/opt --libexecdir=/opt/lib --with-local-prefix=/opt --with-float=soft --with-default-libstdcxx-abi=gcc4-compatible
  7. Thread model: posix
  8. gcc version 6.3.0 (OpenWrt GCC 6.3.0)
  9. COMPILER_PATH=/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/:/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/:/opt/lib/gcc/mipsel-openwrt-linux-gnu/:/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/:/opt/lib/gcc/mipsel-openwrt-linux-gnu/
  10. LIBRARY_PATH=/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/:/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/../../../:/lib/:/usr/lib/
  11. COLLECT_GCC_OPTIONS='-v' '-msoft-float' '-mllsc' '-mno-shared' '-EL' '-mabi=32'
  12. /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/collect2 -plugin /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/liblto_plugin.so -plugin-opt=/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/lto-wrapper -plugin-opt=-fresolution=/opt/tmp/cc8BWJXT.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s --eh-frame-hdr -EL -dynamic-linker /lib/ld.so.1 -melf32ltsmip /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/crt1.o /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/crti.o /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/crtbegin.o -L/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0 -L/opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/../../.. -rpath=/opt/lib --dynamic-linker=/opt/lib/ld.so.1 -lgcc_s -lc -lgcc_s /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/crtend.o /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/crtn.o
  13. /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/crt1.o: In function `__start':
  14. (.text+0xc): undefined reference to `main'
  15. /opt/lib/gcc/mipsel-openwrt-linux-gnu/6.3.0/crt1.o: In function `__start':
  16. (.text+0x10): undefined reference to `main'
  17. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement