bash ~/Downloads/riscv-none-gcc-build.git/scripts/build.sh --win32 --deb32
Checking Docker...
/home/user/Downloads/riscv-none-gcc-build.git/scripts/helper/build-helper.sh: line 262: docker: command not found
Please install Docker (https://docs.docker.com/installation/) and rerun.
sudo apt-get install docker
sudo apt-get install docker.io
Creating the Debian 32-bits distribution...
Running "inner-build.sh" script inside "riscv-none-gcc-debian32-build" container, image "ilegeul/debian32:9-gnu-mcu-eclipse"...
docker: Cannot connect to the Docker daemon. Is the docker daemon running on this host?.
Building target: riscv-systick-blinky.elf
Invoking: GNU RISC-V Cross C Linker
riscv64-unknown-elf-gcc -march=rv32im -mabi=ilp32 -msmall-data-limit=8 -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -T "C:\Microsemi\SoftConsole_v5.2.0.4\extras\workspace.examples\riscv-systick-blinky\riscv_hal\microsemi-riscv-ram.ld" -nostartfiles -Xlinker --gc-sections -Wl,-Map,"riscv-systick-blinky.map" -o "riscv-systick-blinky.elf" ./riscv_hal/entry.o ./riscv_hal/init.o ./riscv_hal/riscv_hal.o ./riscv_hal/riscv_hal_stubs.o ./riscv_hal/syscall.o ./hal/hal_irq.o ./hal/hw_reg_access.o ./drivers/CoreUARTapb/core_uart_apb.o ./drivers/CoreGPIO/core_gpio.o ./main.o
c:/microsemi/softconsole_v5.2.0.4/riscv-unknown-elf-gcc/bin/../lib/gcc/riscv64-unknown-elf/7.1.1/../../../../riscv64-unknown-elf/lib/rv32im/ilp32\libc.a(lib_a-fini.o): In function `.L2':
fini.c:(.text.__libc_fini_array+0x5c): undefined reference to `_fini'
collect2.exe: error: ld returned 1 exit status
make: *** [riscv-systick-blinky.elf] Error 1
makefile:48: recipe for target 'riscv-systick-blinky.elf' failed
git clone --recursive https://github.com/riscv/riscv-gnu-toolchain
cd riscv-gnu-toolchain/riscv-gcc
contrib/download_prerequisites
cd ..
./configure --prefix=... --enable-multilib
make
--
You received this message because you are subscribed to the Google Groups "RISC-V SW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/e255ccc4-03e8-4924-a948-d821ac0b1563%40groups.riscv.org.
--
You received this message because you are subscribed to the Google Groups "RISC-V SW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/8042522f-6e13-40a3-a36b-1720fdd409e8%40groups.riscv.org.
SECTIONS
{
.text : ALIGN(0x10)
{
*entry.o(.text);
. = ALIGN(0x10);
*(.text .text.* .gnu.linkonce.t.*)
*(.plt)
. = ALIGN(0x10);
KEEP (*crtbegin.o(.ctors))
KEEP (*(EXCLUDE_FILE (*crtend.o) .ctors))
KEEP (*(SORT(.ctors.*)))
KEEP (*crtend.o(.ctors))
KEEP (*crtbegin.o(.dtors))
KEEP (*(EXCLUDE_FILE (*crtend.o) .dtors))
KEEP (*(SORT(.dtors.*)))
KEEP (*crtend.o(.dtors))
*(.rodata .rodata.* .gnu.linkonce.r.*)
*(.gcc_except_table)
*(.eh_frame_hdr)
*(.eh_frame)
KEEP (*(.init))
KEEP (*(.fini))
...
cp xgcc.exe gcc-cross.exe
i686-w64-mingw32-g++ -fno-PIE -c -Wno-format-security -Wno-char-subscripts -Wno-deprecated -Wno-array-bounds -Wno-invalid-offsetof -pipe -ffunction-sections -fdata-sections -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I/Host/Work/riscv-none-gcc/riscv-none-gcc-20170612/gcc -I/Host/Work/riscv-none-gcc/riscv-none-gcc-20170612/gcc/c-family -I/Host/Work/riscv-none-gcc/riscv-none-gcc-20170612/gcc/../include -I/Host/Work/riscv-none-gcc/riscv-none-gcc-20170612/gcc/../libcpp/include -I/Host/Work/riscv-none-gcc/install/win32/include -I/Host/Work/riscv-none-gcc/install/win32/include -I/Host/Work/riscv-none-gcc/install/win32/include -I/Host/Work/riscv-none-gcc/riscv-none-gcc-20170612/gcc/../libdecnumber -I/Host/Work/riscv-none-gcc/riscv-none-gcc-20170612/gcc/../libdecnumber/dpd -I../libdecnumber -I/Host/Work/riscv-none-gcc/riscv-none-gcc-20170612/gcc/../libbacktrace -I/Host/Work/riscv-none-gcc/install/win32/include -o c-family/cppspec.o -MT c-family/cppspec.o -MMD -MP -MF c-family/.deps/cppspec.TPo /Host/Work/riscv-none-gcc/riscv-none-gcc-20170612/gcc/c-family/cppspec.c
i686-w64-mingw32-g++ -no-pie -Wno-format-security -Wno-char-subscripts -Wno-deprecated -Wno-array-bounds -Wno-invalid-offsetof -pipe -ffunction-sections -fdata-sections -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -static-libstdc++ -static-libgcc -L/Host/Work/riscv-none-gcc/install/win32/lib -Wl,--gc-sections -Wl,--stack,12582912 -o cpp.exe gcc.o gcc-main.o ggc-none.o \
c-family/cppspec.o libcommon-target.a \
libcommon.a ../libcpp/libcpp.a ../libbacktrace/.libs/libbacktrace.a ../libiberty/libiberty.a ../libdecnumber/libdecnumber.a
riscv64-unknown-elf-gcc -dumpspecs > tmp-specs
/bin/sh: 1: riscv64-unknown-elf-gcc: not found
make[1]: *** [specs] Error 127
Makefile:1994: recipe for target 'specs' failed
make[1]: Leaving directory '/Host/Work/riscv-none-gcc/build/win32/gcc-first/gcc'
make: *** [all-gcc] Error 2
Makefile:4212: recipe for target 'all-gcc' failed
--
You received this message because you are subscribed to the Google Groups "RISC-V SW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/595ECE8E.8000704%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "RISC-V SW Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sw-dev+un...@groups.riscv.org.
To post to this group, send email to sw-...@groups.riscv.org.
Visit this group at https://groups.google.com/a/groups.riscv.org/group/sw-dev/.
To view this discussion on the web visit https://groups.google.com/a/groups.riscv.org/d/msgid/sw-dev/1DB98879-AF66-4059-B9C7-DA69B8FEDAE5%40livius.net.