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
However as with #2, #3, and #4 - the mklink target isn't valid:
====> toolchain components = ['binutils', 'gcc', 'minilibc', 'gdb', 'mklink']
<-- component 'binutils' source code url ['/root/toolchain-build/source//binutils'] is ok
<-- component 'gcc' source code url ['/root/toolchain-build/source//gcc'] is ok
--> git clone https://github.com/c-sky/toolchain-build.git /root/toolchain-build/source//minilibc
<-- component 'gdb' source code url ['/root/toolchain-build/source//gdb'] is ok
<-- component 'mklink' source code url ['/root/toolchain-build/source//mklink'] is not valid
Building fails after the gcc.1 component:
./build-csky-gcc.py --tos=elf
====> components chain = ['binutils', 'gcc.0', 'minilibc', 'gcc', 'gdb', 'mklink']
====> start building component 'binutils' ... ...
<-- current component 'binutils.0' has finished
====> start building component 'gcc.0' ... ...
--> current building platform/os is "linux2"
<-- current component 'gcc.0' has finished
====> start building component 'minilibc' ... ...
<-- current component 'minilibc.0' has finished
====> start building component 'gcc.1' ... ...
--> current building platform/os is "linux2"
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... csky-unknown-elfabiv2
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln works... yes
checking whether ln -s works... yes
checking for a sed that does not truncate output... /bin/sed
checking for gawk... gawk
...
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_configure_char.lo -g -O2 -mcpu=ck802 -c ctype_configure_char.cc -o ctype_configure_char.o
ln -s /root/toolchain-build/source/gcc/libstdc++-v3/config/locale/generic/ctype_members.cc . || true
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -mcpu=ck802 -c -o ctype_members.lo ctype_members.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ctype_members.lo -g -O2 -mcpu=ck802 -c ctype_members.cc -o ctype_members.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -mcpu=ck802 -c -o cow-fstream-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-fstream-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-fstream-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-fstream-inst.cc -o cow-fstream-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -mcpu=ck802 -c -o cow-sstream-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-sstream-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-sstream-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-sstream-inst.cc -o cow-sstream-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -mcpu=ck802 -c -o cow-string-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-string-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-string-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-string-inst.cc -o cow-string-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -mcpu=ck802 -c -o cow-wstring-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-wstring-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cow-wstring-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-wstring-inst.cc -o cow-wstring-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -mcpu=ck802 -c -o cxx11-locale-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cxx11-locale-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-locale-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cxx11-locale-inst.cc -o cxx11-locale-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -mcpu=ck802 -c -o cxx11-wlocale-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=cxx11-wlocale-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cxx11-wlocale-inst.cc -o cxx11-wlocale-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -mcpu=ck802 -c -o ext11-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/ext11-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ext11-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/ext11-inst.cc -o ext11-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -mcpu=ck802 -c -o fstream-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/fstream-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=fstream-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/fstream-inst.cc -o fstream-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -mcpu=ck802 -c -o ios-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/ios-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ios-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/ios-inst.cc -o ios-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -mcpu=ck802 -c -o iostream-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/iostream-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=iostream-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/iostream-inst.cc -o iostream-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -mcpu=ck802 -c -o istream-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/istream-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=istream-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/istream-inst.cc -o istream-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -mcpu=ck802 -c -o locale-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/locale-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=locale-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/locale-inst.cc -o locale-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -mcpu=ck802 -c -o ostream-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/ostream-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=ostream-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/ostream-inst.cc -o ostream-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -mcpu=ck802 -c -o sstream-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/sstream-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=sstream-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/sstream-inst.cc -o sstream-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -mcpu=ck802 -c -o streambuf-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/streambuf-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=streambuf-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/streambuf-inst.cc -o streambuf-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -mcpu=ck802 -c -o string-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/string-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=string-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/string-inst.cc -o string-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -mcpu=ck802 -c -o wlocale-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/wlocale-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wlocale-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/wlocale-inst.cc -o wlocale-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -mcpu=ck802 -c -o wstring-inst.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/wstring-inst.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/source/gcc/libstdc++-v3/../libgcc -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=wstring-inst.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/wstring-inst.cc -o wstring-inst.o
/bin/bash ../../libtool --tag CXX --tag disable-shared --mode=link /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections -std=gnu++11 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=libc++11convenience.la '-mcpu=ck802' -o libc++11convenience.la chrono.lo codecvt.lo condition_variable.lo cow-stdexcept.lo ctype.lo debug.lo functexcept.lo functional.lo futex.lo future.lo hash_c++0x.lo hashtable_c++0x.lo ios.lo limits.lo mutex.lo placeholders.lo random.lo regex.lo shared_ptr.lo snprintf_lite.lo system_error.lo thread.lo cow-locale_init.lo cow-shim_facets.lo cxx11-hash_tr1.lo cxx11-ios_failure.lo cxx11-shim_facets.lo cxx11-stdexcept.lo ctype_configure_char.lo ctype_members.lo cow-fstream-inst.lo cow-sstream-inst.lo cow-string-inst.lo cow-wstring-inst.lo cxx11-locale-inst.lo cxx11-wlocale-inst.lo ext11-inst.lo fstream-inst.lo ios-inst.lo iostream-inst.lo istream-inst.lo locale-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo string-inst.lo wlocale-inst.lo wstring-inst.lo
libtool: link: /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ar rc .libs/libc++11convenience.a chrono.o codecvt.o condition_variable.o cow-stdexcept.o ctype.o debug.o functexcept.o functional.o futex.o future.o hash_c++0x.o hashtable_c++0x.o ios.o limits.o mutex.o placeholders.o random.o regex.o shared_ptr.o snprintf_lite.o system_error.o thread.o cow-locale_init.o cow-shim_facets.o cxx11-hash_tr1.o cxx11-ios_failure.o cxx11-shim_facets.o cxx11-stdexcept.o ctype_configure_char.o ctype_members.o cow-fstream-inst.o cow-sstream-inst.o cow-string-inst.o cow-wstring-inst.o cxx11-locale-inst.o cxx11-wlocale-inst.o ext11-inst.o fstream-inst.o ios-inst.o iostream-inst.o istream-inst.o locale-inst.o ostream-inst.o sstream-inst.o streambuf-inst.o string-inst.o wlocale-inst.o wstring-inst.o
libtool: link: /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ranlib .libs/libc++11convenience.a
libtool: link: ( cd ".libs" && rm -f "libc++11convenience.la" && ln -s "../libc++11convenience.la" "libc++11convenience.la" )
make[9]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/c++11'
make[9]: Entering directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src'
/bin/bash ../libtool --tag CXX --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -mcpu=ck802 -c -o compatibility.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++98/compatibility.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++98/compatibility.cc -o compatibility.o
/bin/bash ../libtool --tag CXX --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -mcpu=ck802 -c -o compatibility-debug_list.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++98/compatibility-debug_list.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++98/compatibility-debug_list.cc -o compatibility-debug_list.o
/bin/bash ../libtool --tag CXX --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -mcpu=ck802 -c -o compatibility-debug_list-2.lo /root/toolchain-build/source//gcc/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-debug_list-2.lo -g -O2 -mcpu=ck802 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++98/compatibility-debug_list-2.cc -o compatibility-debug_list-2.o
/bin/bash ../libtool --tag CXX --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-c++0x.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-c++0x.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-c++0x.cc -o compatibility-c++0x.o
/bin/bash ../libtool --tag CXX --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-atomic-c++0x.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc -o compatibility-atomic-c++0x.o
/bin/bash ../libtool --tag CXX --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-thread-c++0x.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc -o compatibility-thread-c++0x.o
/bin/bash ../libtool --tag CXX --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-chrono.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-chrono.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-chrono.cc -o compatibility-chrono.o
/bin/bash ../libtool --tag CXX --mode=compile /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-condvar.cc
libtool: compile: /root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc/xgcc -shared-libgcc -B/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/./gcc -nostdinc++ -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src/.libs -L/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/libsupc++/.libs -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/bin/ -B/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include -isystem /root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/sys-include -mcpu=ck802 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include/csky-elfabiv2 -I/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/include -I/root/toolchain-build/source/gcc/libstdc++-v3/libsupc++ -std=gnu++98 -fno-implicit-templates -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi -fdiagnostics-show-location=once -ffunction-sections -fdata-sections -frandom-seed=compatibility-condvar.lo -g -O2 -mcpu=ck802 -std=gnu++11 -c /root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/compatibility-condvar.cc -o compatibility-condvar.o
make[9]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src'
Makefile:638: recipe for target 'all-recursive' failed
make[8]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3/src'
Makefile:507: recipe for target 'all-recursive' failed
make[7]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3'
Makefile:414: recipe for target 'all' failed
make[6]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/ck802/libstdc++-v3'
Makefile:767: recipe for target 'multi-do' failed
make[5]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/libstdc++-v3'
Makefile:487: recipe for target 'all-multi' failed
make[4]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/libstdc++-v3'
Makefile:507: recipe for target 'all-recursive' failed
make[3]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/libstdc++-v3'
Makefile:414: recipe for target 'all' failed
make[2]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc/csky-elfabiv2/libstdc++-v3'
Makefile:10277: recipe for target 'all-target-libstdc++-v3' failed
make[1]: Leaving directory '/root/toolchain-build/build-csky-elfabiv2-minilibc/gcc'
Makefile:873: recipe for target 'all' failed
--> start error output
error code: 2
*** This configuration is not supported in the following subdirectories:
target-libgomp target-libatomic target-libcilkrts target-libitm target-libsanitizer target-libvtv target-libmpx gnattools gotools target-libada target-libgfortran target-libbacktrace target-libgo target-libffi target-zlib target-libjava target-libobjc target-liboffloadmic target-boehm-gc
(Any other directories should still work fine.)
libtool: install: warning: remember to run `libtool --finish /root/toolchain-build/install-csky-elfabiv2-minilibc/libexec/gcc/csky-elfabiv2/6.3.0'
configure: WARNING: decimal float is not supported for this target, ignored
configure: WARNING: fixed-point is not supported for this target, ignored
Links are now set up to build a cross-compiler
from x86_64-pc-linux-gnu to csky-unknown-elfabiv2.
/root/toolchain-build/source//gcc/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)’:
/root/toolchain-build/source//gcc/libcpp/expr.c:686:18: warning: format not a string literal and no format arguments [-Wformat-security]
0, message);
^
/root/toolchain-build/source//gcc/libcpp/expr.c:689:39: warning: format not a string literal and no format arguments [-Wformat-security]
virtual_location, 0, message);
^
/root/toolchain-build/source//gcc/libcpp/macro.c: In function ‘bool create_iso_definition(cpp_reader*, cpp_macro*)’:
/root/toolchain-build/source//gcc/libcpp/macro.c:3093:58: warning: format not a string literal and no format arguments [-Wformat-security]
cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
^
/root/toolchain-build/source//gcc/libcpp/macro.c:3106:58: warning: format not a string literal and no format arguments [-Wformat-security]
cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
^
ar: `u' modifier ignored since `D' is the default (see `U')
ar: `u' modifier ignored since `D' is the default (see `U')
/root/toolchain-build/source//gcc/libcpp/expr.c: In function ‘unsigned int cpp_classify_number(cpp_reader*, const cpp_token*, const char**, source_location)’:
/root/toolchain-build/source//gcc/libcpp/expr.c:686:18: warning: format not a string literal and no format arguments [-Wformat-security]
0, message);
^
/root/toolchain-build/source//gcc/libcpp/expr.c:689:39: warning: format not a string literal and no format arguments [-Wformat-security]
virtual_location, 0, message);
^
/root/toolchain-build/source//gcc/libcpp/macro.c: In function ‘bool create_iso_definition(cpp_reader*, cpp_macro*)’:
/root/toolchain-build/source//gcc/libcpp/macro.c:3093:58: warning: format not a string literal and no format arguments [-Wformat-security]
cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
^
/root/toolchain-build/source//gcc/libcpp/macro.c:3106:58: warning: format not a string literal and no format arguments [-Wformat-security]
cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
^
ar: `u' modifier ignored since `D' is the default (see `U')
configure: WARNING: decimal float is not supported for this target, ignored
ar: `u' modifier ignored since `D' is the default (see `U')
gengtype-lex.c: In function ‘int yy_get_next_buffer()’:
gengtype-lex.c:2222:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
In file included from ./tm_p.h:4:0,
from build/gencondmd.c:26:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/genhooks.c: In function ‘void emit_documentation(const char*)’:
/root/toolchain-build/source//gcc/gcc/genhooks.c:130:3: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
while (fscanf (f, "%*[^@]"), buf[0] = '\0',
^
/root/toolchain-build/source//gcc/gcc/genhooks.c:139:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf (f, "%999s", buf);
^
/root/toolchain-build/source//gcc/gcc/genhooks.c:192:34: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf (f, "%5[^ \n]", buf);
^
/root/toolchain-build/source//gcc/gcc/genhooks.c:198:31: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf (f, "%999s", buf);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/c-family/c-common.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/c-family/c-cppbuiltin.c:25:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/c-family/c-opts.c:27:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/c-family/c-pragma.c:26:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
GIMPLE decision tree has 1428 leafs, maximum depth 10 and a total number of 5495 nodes
removed 734 duplicate tails
GENERIC decision tree has 1428 leafs, maximum depth 10 and a total number of 5495 nodes
removed 734 duplicate tails
In file included from tm_p.h:4:0,
from insn-attrtab.c:17:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from tm_p.h:4:0,
from insn-automata.c:14:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from tm_p.h:4:0,
from insn-dfatab.c:17:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from tm_p.h:4:0,
from insn-emit.c:15:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from tm_p.h:4:0,
from insn-latencytab.c:17:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from tm_p.h:4:0,
from insn-opinit.c:15:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from tm_p.h:4:0,
from insn-output.c:24:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from tm_p.h:4:0,
from insn-peep.c:15:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from tm_p.h:4:0,
from insn-preds.c:15:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.md:3472: warning: operand 3 missing mode?
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.md:3472: warning: operand 5 missing mode?
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.md:3490: warning: operand 3 missing mode?
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.md:3490: warning: operand 5 missing mode?
Statistics for recog:
Number of decisions: 6919
longest path: 664 (code: 1070)
longest backtrack: 13 (code: 1141)
Statistics for split_insns:
Number of decisions: 26
longest path: 9 (code: 9)
longest backtrack: 2 (code: 4)
Statistics for peephole2_insns:
Number of decisions: 32
longest path: 32 (code: 1)
longest backtrack: 0 (code: 1)
Shared 5358 out of 10421 states by creating 1102 new states, saving 4256
In file included from tm_p.h:4:0,
from insn-recog.c:10:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ggc-page.c:27:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/alias.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/builtins.c:33:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm.h:21:0,
from /root/toolchain-build/source//gcc/gcc/backend.h:28,
from /root/toolchain-build/source//gcc/gcc/builtins.c:27:
/root/toolchain-build/source//gcc/gcc/builtins.c: In function ‘int apply_args_size()’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:323:14: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((((REGNO) >= CSKY_FIRST_PARM_REG) && \
^
/root/toolchain-build/source//gcc/gcc/builtins.c:1309:6: note: in expansion of macro ‘FUNCTION_ARG_REGNO_P’
if (FUNCTION_ARG_REGNO_P (regno))
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/caller-save.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/calls.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ccmp.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/cfgcleanup.c:41:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/cfgexpand.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/combine.c:87:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/compare-elim.c:64:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/coverage.c:35:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/cse.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/cselib.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/dbxout.c:76:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/dce.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/df-problems.c:31:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/df-scan.c:32:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/dojump.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/dse.c:35:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/dwarf2asm.c:27:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/dwarf2cfi.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/dwarf2out.c:65:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/emit-rtl.c:42:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/except.c:121:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/explow.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/expmed.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/expr.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/final.c:55:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/fold-const.c:52:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/function.c:44:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/fwprop.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/gcse.c:144:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/haifa-sched.c:133:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/hsa-brig.c:27:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/hsa-brig.c: In function ‘void brig_init()’:
/root/toolchain-build/source//gcc/gcc/hsa-brig.c:495:48: warning: ignoring return value of ‘int asprintf(char**, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
asprintf (&modname2, "%s_%s", modname, part);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ifcvt.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm.h:21:0,
from /root/toolchain-build/source//gcc/gcc/backend.h:28,
from /root/toolchain-build/source//gcc/gcc/ifcvt.c:23:
/root/toolchain-build/source//gcc/gcc/ifcvt.c: In function ‘int dead_or_predicable(basic_block, basic_block, basic_block, edge, int)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:323:14: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((((REGNO) >= CSKY_FIRST_PARM_REG) && \
^
/root/toolchain-build/source//gcc/gcc/ifcvt.c:5148:10: note: in expansion of macro ‘FUNCTION_ARG_REGNO_P’
if (FUNCTION_ARG_REGNO_P (i)
^
/root/toolchain-build/source//gcc/gcc/ifcvt.c: At global scope:
/root/toolchain-build/source//gcc/gcc/ifcvt.c:4534:1: warning: ‘int find_cond_trap(basic_block, edge, edge)’ defined but not used [-Wunused-function]
find_cond_trap (basic_block test_bb, edge then_edge, edge else_edge)
^
/root/toolchain-build/source//gcc/gcc/ifcvt.c:4737:1: warning: ‘int find_if_case_1(basic_block, edge, edge)’ defined but not used [-Wunused-function]
find_if_case_1 (basic_block test_bb, edge then_edge, edge else_edge)
^
/root/toolchain-build/source//gcc/gcc/ifcvt.c:4857:1: warning: ‘int find_if_case_2(basic_block, edge, edge)’ defined but not used [-Wunused-function]
find_if_case_2 (basic_block test_bb, edge then_edge, edge else_edge)
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ree.c:226:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ira.c:374:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ira-costs.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
/root/toolchain-build/source//gcc/gcc/ira-costs.c: In function ‘bool ok_for_index_p_nonstrict(rtx)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:666:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/ira-costs.c:1050:44: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
return regno >= FIRST_PSEUDO_REGISTER || REGNO_OK_FOR_INDEX_P (regno);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ira-conflicts.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ira-color.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ira-lives.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/jump.c:45:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/loop-invariant.c:46:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm.h:21:0,
from /root/toolchain-build/source//gcc/gcc/backend.h:28,
from /root/toolchain-build/source//gcc/gcc/loop-invariant.c:40:
/root/toolchain-build/source//gcc/gcc/loop-invariant.c: In function ‘bool check_dependency(basic_block, df_ref, bitmap)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:323:14: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((((REGNO) >= CSKY_FIRST_PARM_REG) && \
^
/root/toolchain-build/source//gcc/gcc/loop-invariant.c:992:7: note: in expansion of macro ‘FUNCTION_ARG_REGNO_P’
&& FUNCTION_ARG_REGNO_P (regno)
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/lower-subreg.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/lra.c:112:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/lra-assigns.c:86:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/lra-constraints.c:118:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
/root/toolchain-build/source//gcc/gcc/lra-constraints.c: In function ‘bool ok_for_index_p_nonstrict(rtx)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:666:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/lra-constraints.c:633:44: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
return regno >= FIRST_PSEUDO_REGISTER || REGNO_OK_FOR_INDEX_P (regno);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/lra-eliminations.c:62:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/lra-lives.c:36:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/mode-switching.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/optabs.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/passes.c:35:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/postreload-gcse.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/postreload.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/recog.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/regcprop.c:26:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
/root/toolchain-build/source//gcc/gcc/regcprop.c: In function ‘bool replace_oldest_value_addr(rtx_def**, reg_class, machine_mode, addr_space_t, rtx_insn*, value_data*)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:666:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/regcprop.c:578:10: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
if (REGNO_OK_FOR_INDEX_P (regno1)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:666:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/regcprop.c:581:15: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
else if (REGNO_OK_FOR_INDEX_P (regno0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:666:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/regcprop.c:585:11: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
|| REGNO_OK_FOR_INDEX_P (regno1))
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/reginfo.c:36:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/regrename.c:27:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
/root/toolchain-build/source//gcc/gcc/regrename.c: In function ‘void scan_rtx_address(rtx_insn*, rtx_def**, reg_class, scan_actions, machine_mode, addr_space_t)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:666:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/regrename.c:1315:10: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
if (REGNO_OK_FOR_INDEX_P (regno1)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:666:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/regrename.c:1318:15: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
else if (REGNO_OK_FOR_INDEX_P (regno0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:666:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/regrename.c:1322:11: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
|| REGNO_OK_FOR_INDEX_P (regno1))
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/reload.c:99:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:651:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
/root/toolchain-build/source//gcc/gcc/reload.c: In function ‘int find_reloads_address_1(machine_mode, addr_space_t, rtx, int, rtx_code, rtx_code, rtx_def**, int, reload_type, int, rtx_insn*)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:662:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/reload.c:5602:10: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
if (REGNO_OK_FOR_INDEX_P (REGNO (op1))
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:662:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/reload.c:5605:15: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
else if (REGNO_OK_FOR_INDEX_P (REGNO (op0))
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:662:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/reload.c:5612:15: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
else if (REGNO_OK_FOR_INDEX_P (REGNO (op1)))
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:662:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/reload.c:5620:15: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
else if (REGNO_OK_FOR_INDEX_P (REGNO (op0)))
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:662:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/reload.c:5690:11: note: in expansion of macro ‘REGNO_OK_FOR_INDEX_P’
&& !REGNO_OK_FOR_INDEX_P (REGNO (XEXP (op1, 1))))
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/reload1.c:29:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/reorg.c:111:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/resource.c:26:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/rtlanal.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/addresses.h: In function ‘bool ok_for_base_p_1(unsigned int, machine_mode, addr_space_t, rtx_code, rtx_code)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:40:32: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((N) < CSKY_NGPR_REGS && (N) >= 0)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:655:6: note: in expansion of macro ‘CSKY_GENERAL_REGNO_P’
(CSKY_GENERAL_REGNO_P(REGNO) \
^
/root/toolchain-build/source//gcc/gcc/addresses.h:71:10: note: in expansion of macro ‘REGNO_OK_FOR_BASE_P’
return REGNO_OK_FOR_BASE_P (regno);
^
In file included from ./tm.h:21:0,
from /root/toolchain-build/source//gcc/gcc/backend.h:28,
from /root/toolchain-build/source//gcc/gcc/rtlanal.c:24:
/root/toolchain-build/source//gcc/gcc/rtlanal.c: In function ‘rtx_insn* find_first_parameter_load(rtx_insn*, rtx_insn*)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.h:323:14: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits]
((((REGNO) >= CSKY_FIRST_PARM_REG) && \
^
/root/toolchain-build/source//gcc/gcc/rtlanal.c:3919:7: note: in expansion of macro ‘FUNCTION_ARG_REGNO_P’
if (!FUNCTION_ARG_REGNO_P (REGNO (XEXP (XEXP (p, 0), 0))))
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/sched-rgn.c:53:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/sdbout.c:78:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/sel-sched-ir.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/sel-sched.c:27:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/shrink-wrap.c:31:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/stmt.c:35:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/stor-layout.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/targhooks.c:58:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/toplev.c:35:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/asan.c:33:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/ubsan.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/tree-nested.c:27:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/tree-ssa-coalesce.c:28:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/tree-ssa-ifcombine.c:30:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/tree-ssa-loop-ivopts.c:73:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/tree-ssa-loop.c:27:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/tree-ssa-reassoc.c:32:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/tree-vect-data-refs.c:31:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/var-tracking.c:98:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/varasm.c:36:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:11:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:240:32: warning: unused parameter ‘speed_p’ [-Wunused-parameter]
csky_default_branch_cost (bool speed_p, bool predictable_p ATTRIBUTE_UNUSED)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘void get_csky_frame_layout(csky_stack_frame*)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:1612:7: warning: variable ‘pad_arg’ set but not used [-Wunused-but-set-variable]
int pad_arg, pad_reg, pad_local, pad_outbound;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:1612:16: warning: variable ‘pad_reg’ set but not used [-Wunused-but-set-variable]
int pad_arg, pad_reg, pad_local, pad_outbound;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘int csky_hard_regno_mode_ok(unsigned int, machine_mode)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:2209:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
return ((regno < (CSKY_SP_REGNUM - word_num + 1))
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:2211:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
&& (regno <= (CSKY_LAST_HIGH_UNFIXED_REGNUM
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: At global scope:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:2595:35: warning: unused parameter ‘warn_compatible’ [-Wunused-parameter]
bool warn_compatible)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:4657:59: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
const int get_output_csky_movedouble_length(rtx operands[])
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘const int get_output_csky_movedouble_length(rtx_def**)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:4678:15: warning: unused variable ‘basereg’ [-Wunused-variable]
int basereg = -1;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘void csky_expand_prologue()’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:5754:11: warning: unused variable ‘remain’ [-Wunused-variable]
int remain;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:5755:11: warning: unused variable ‘rn’ [-Wunused-variable]
int rn;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘void csky_expand_epilogue()’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:5951:11: warning: unused variable ‘rn’ [-Wunused-variable]
int rn;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:5952:11: warning: unused variable ‘remain’ [-Wunused-variable]
int remain;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: At global scope:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:6251:51: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
const int csky_get_unexpanded_epilogue_length(void)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:7126:39: warning: unused parameter ‘mode’ [-Wunused-parameter]
csky_register_move_cost (machine_mode mode,
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:7378:39: warning: unused parameter ‘outer_code’ [-Wunused-parameter]
ck803_rtx_costs (rtx x, int code, int outer_code, int *total,
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:7440:55: warning: unused parameter ‘extra_cost’ [-Wunused-parameter]
const struct cpu_cost_table *extra_cost,
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:7925:13: warning: unused parameter ‘libname’ [-Wunused-parameter]
rtx libname,
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘int csky_split_constant(rtx_code, machine_mode, rtx, long int, rtx, rtx, int)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:8000:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: At global scope:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:7970:55: warning: unused parameter ‘mode’ [-Wunused-parameter]
csky_split_constant (enum rtx_code code, machine_mode mode, rtx insn,
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:7971:57: warning: unused parameter ‘source’ [-Wunused-parameter]
HOST_WIDE_INT val, rtx target, rtx source,
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:7972:26: warning: unused parameter ‘subtargets’ [-Wunused-parameter]
int subtargets)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘bool csky_can_use_doloop_p(const widest_int&, const widest_int&, unsigned int, bool)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:8013:52: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
if (!entered_at_top || (CSKY_ISA_FEATURE(dspv2)) && loop_level > 1)
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: At global scope:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:8005:73: warning: unused parameter ‘iterations_max’ [-Wunused-parameter]
csky_can_use_doloop_p (const widest_int &iterations, const widest_int & iterations_max,
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘csky_cond_code maybe_get_csky_condition_code(rtx)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:8049:16: warning: unused variable ‘mode’ [-Wunused-variable]
machine_mode mode = GET_MODE (XEXP (comparison, 0));
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:8050:23: warning: unused variable ‘code’ [-Wunused-variable]
enum csky_cond_code code;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘const int get_output_csky_movedouble_length(rtx_def**)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:4730:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘bool is_stm_from_csky_live_regs(int, int*, int*)’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:6245:22: warning: ‘end_reg’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*er = end_reg;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:6243:24: warning: ‘begin_reg’ may be used uninitialized in this function [-Wmaybe-uninitialized]
*br = begin_reg;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c: In function ‘void csky_reorg()’:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:991:38: warning: ‘selected_address’ may be used uninitialized in this function [-Wmaybe-uninitialized]
new_fix->address = selected_address;
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky.c:915:17: note: ‘selected_address’ was declared here
HOST_WIDE_INT selected_address;
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/config/csky/csky-builtins.c:9:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/config/csky/csky-builtins.c:544:44: warning: unused parameter ‘map_mode’ [-Wunused-parameter]
csky_expand_args (rtx target, machine_mode map_mode, int fcode,
^
/root/toolchain-build/source//gcc/gcc/config/csky/csky-builtins.c:544:58: warning: unused parameter ‘fcode’ [-Wunused-parameter]
csky_expand_args (rtx target, machine_mode map_mode, int fcode,
^
/root/toolchain-build/source//gcc/gcc/config/csky/csky-builtins.c:152:1: warning: ‘csky_binoptv128_qualifiers’ defined but not used [-Wunused-variable]
csky_binoptv128_qualifiers[SIMD_MAX_BUILTIN_ARGS]
^
/root/toolchain-build/source//gcc/gcc/config/csky/csky-builtins.c:176:1: warning: ‘csky_binoptv64_qualifiers’ defined but not used [-Wunused-variable]
csky_binoptv64_qualifiers[SIMD_MAX_BUILTIN_ARGS]
^
In file included from ./tm_p.h:4:0,
from /root/toolchain-build/source//gcc/gcc/cp/rtti.c:26:
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:207:66: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int get_output_csky_movedouble_length(rtx operands[]);
^
/root/toolchain-build/source//gcc/gcc/config/csky/abiv2_csky-protos.h:239:58: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
extern const int csky_get_unexpanded_epilogue_length(void);
^
/root/toolchain-build/source//gcc/gcc/lto-wrapper.c: In function ‘bool find_and_merge_options(int, off_t, const char*, cl_decoded_option**, unsigned int*, const char*)’:
/root/toolchain-build/source//gcc/gcc/lto-wrapper.c:912:26: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
read (fd, data, length);
^
gengtype-lex.c: In function ‘int yy_get_next_buffer()’:
gengtype-lex.c:2222:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/root/toolchain-build/source//gcc/gcc/gcc.c: In function ‘long unsigned int get_random_number()’:
/root/toolchain-build/source//gcc/gcc/gcc.c:9518:46: warning: ignoring return value of ‘ssize_t read(int, void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
read (fd, &ret, sizeof (HOST_WIDE_INT));
^
/root/toolchain-build/source//gcc/gcc/gcc.c: In function ‘void do_report_bug(const char**, int, char**, char**)’:
/root/toolchain-build/source//gcc/gcc/gcc.c:6804:24: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write (fd, "\n//", 3);
^
/root/toolchain-build/source//gcc/gcc/gcc.c:6807:25: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write (fd, " ", 1);
^
/root/toolchain-build/source//gcc/gcc/gcc.c:6808:52: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write (fd, new_argv[i], strlen (new_argv[i]));
^
/root/toolchain-build/source//gcc/gcc/gcc.c:6810:24: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result [-Wunused-result]
write (fd, "\n\n", 2);
^
Applying sysv68_string to string.h
Applying gnu_types to stdlib.h
Fixed: stdlib.h
Quoted includes in stdlib.h
Applying glibc_stdint to stdint.h
Applying stdio_va_list to stdio.h
Fixed: stdio.h
/root/toolchain-build/source//gcc/gcc/lto/lto.c: In function ‘void lto_resolution_read(splay_tree, FILE*, lto_file*)’:
/root/toolchain-build/source//gcc/gcc/lto/lto.c:1873:27: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf (resolution, " "); /* Read white space. */
^
/root/toolchain-build/source//gcc/gcc/lto/lto.c:1875:56: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread (obj_name, sizeof (char), name_len, resolution);
^
/root/toolchain-build/source//gcc/gcc/lto/lto.c:1895:42: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
fscanf (resolution, "%u", &num_symbols);
^
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck802
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck801
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck803
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck807
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck860
configure: WARNING: decimal float is not supported for this target, ignored
mkdir soft-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir hard-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck803/soft-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck803/hard-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck807/soft-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir ck807/hard-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck802
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck801
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck803
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck807
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck860
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/soft-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/hard-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck803/soft-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck803/hard-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck807/soft-fp
configure: WARNING: decimal float is not supported for this target, ignored
mkdir big/ck807/hard-fp
configure: WARNING: decimal float is not supported for this target, ignored
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
configure: WARNING: No native atomic operations are provided for this platform.
configure: WARNING: They cannot be faked when thread support is disabled.
configure: WARNING: Thread-safety of certain classes is not guaranteed.
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc: In member function 'void std::locale::_Impl::_M_init_extra(void*, void*, const char*, const char*)':
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc:139:50: warning: unused parameter 'clocm' [-Wunused-parameter]
locale::_Impl::_M_init_extra(void* cloc, void* clocm,
^~~~~
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc:140:61: warning: unused parameter '__smon' [-Wunused-parameter]
const char* __s, const char* __smon)
^~~~~~
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc: In member function 'void std::locale::_Impl::_M_init_extra(void*, void*, const char*, const char*)':
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc:139:50: warning: unused parameter 'clocm' [-Wunused-parameter]
locale::_Impl::_M_init_extra(void* cloc, void* clocm,
^~~~~
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc:140:61: warning: unused parameter '__smon' [-Wunused-parameter]
const char* __s, const char* __smon)
^~~~~~
/tmp/ccEQVnwQ.s: Assembler messages:
/tmp/ccEQVnwQ.s:2689: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:3255: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:4378: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:4972: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:5360: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:5959: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:7402: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:7968: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:9096: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:9693: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:10102: Error: The instruction is not recognized.
/tmp/ccEQVnwQ.s:10707: Error: The instruction is not recognized.
make[9]: *** [bitmap_allocator.lo] Error 1
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc: In member function 'void std::locale::_Impl::_M_init_extra(void*, void*, const char*, const char*)':
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc:139:50: warning: unused parameter 'clocm' [-Wunused-parameter]
locale::_Impl::_M_init_extra(void* cloc, void* clocm,
^~~~~
/root/toolchain-build/source//gcc/libstdc++-v3/src/c++11/cow-locale_init.cc:140:61: warning: unused parameter '__smon' [-Wunused-parameter]
const char* __s, const char* __smon)
^~~~~~
make[9]: *** No rule to make target '../src/c++98/libc++98convenience.la', needed by 'libstdc++.la'. Stop.
make[8]: *** [all-recursive] Error 1
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
make[5]: *** [multi-do] Error 1
make[4]: *** [all-multi] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [all] Error 2
<-- end error output
exec command: export PATH=/root/toolchain-build/install-csky-elfabiv2-minilibc/bin/:$PATH;rm -rf ./* && /root/toolchain-build/source//gcc/configure --target=csky-elfabiv2 --enable-sjlj-exceptions --disable-shared --disable-threads --with-headers=/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/include --enable-languages=c,c++ --enable-libssp --disable-nls --with-lib=/root/toolchain-build/install-csky-elfabiv2-minilibc/csky-elfabiv2/lib/ --prefix=/root/toolchain-build/install-csky-elfabiv2-minilibc/ && make && make install
The text was updated successfully, but these errors were encountered:
I attempted to build the toolchain using an Ubuntu Xenial chroot configured as follows:
Fetching the source is sucessful:
However as with #2, #3, and #4 - the
mklink
target isn't valid:Building fails after the
gcc.1
component:The text was updated successfully, but these errors were encountered: