From mboxrd@z Thu Jan 1 00:00:00 1970 From: "amassa@cts.com" To: jlarmour@redhat.co.uk Cc: ecos-discuss@sourceware.cygnus.com Subject: [ECOS] Build Networking Tests (demo programs) Date: Wed, 01 Nov 2000 12:03:00 -0000 Message-id: <200011012003.MAA10231@penguin.cts.com> X-SW-Source: 2000-11/msg00015.html I am trying to build the additional networking tests using the ecos config tool (ver 3.1.1.1). However, I get the following error when I try to do this - do you know why this would happen? Thanks. -I//D/PROGRA~1/REDHAT~1/cvs/ecos/packages/net/tcpip/current/tests/ -msoft-float -mcpu=860 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -D_KERNEL -D__ECOS -Wp,-MD,tests/tftp_server_test.tmp -o tests/tftp_server_test.o //D/PROGRA~1/REDHAT~1/cvs/ecos/packages/net/tcpip/current/tests/tftp_server_test.c powerpc-eabi-gcc -msoft-float -mcpu=860 -g -nostdlib -Wl,--gc-sections -Wl,-static -L//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/lib -Ttarget.ld -o //D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/net/tcpip/current/tests/tftp_server_test tests/tftp_server_test.o /tools/H-i686-pc-cygwin/powerpc-eabi/bin/ld: address 0x54d6a8 of //D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/net/tcpip/current/tests/tftp_server_test.exe section .bss is not within region ram collect2: ld returned 1 exit status make[1]: *** [//D/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_install/tests/net/tcpip/current/tests/tftp_server_test] Error 1 make[1]: Leaving directory `/d/Projects/Blackbird/Tornado/software/ecoslatest/temp/temp_build/net/tcpip/current' make: *** [tests] Error 2