This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Newbie needs help for Goahead webserver to eCos


Hi.

I had tried to compile and build the Goahead webserver v. 2.1, to an eCos platform. But I run into some problems. 

First I needed to include some files in uemf.h file.
Then I had to modify the link line in the ECOS/Makefile.

But I still get this error:

arm-elf-gcc -o webcomp -nostartfiles -LF:/projects/PE201noa/WORK/SOFT/http/user1
/test_eCos/test_eCos_install/lib -Wl,--gc-sections -Ttarget.ld -nostdlib -nostdl
ib -O2 -DWEBS -DUEMF -DOS="eCos" -DECOS -D__ECOS -IF:/projects/PE201noa/WORK/SOF
T/http/user1/test_eCos/test_eCos_install/include -I.. ../webcomp.c
../webcomp.c: In function `compile':
../webcomp.c:121: warning: comparison of distinct pointer types lacks a cast
F:/projects/PE201noa/WORK/SOFT/http/user1/test_eCos/test_eCos_install/lib/libtar
get.a(language_c_libc_stdio_fopen.o)://F/projects/PE201noa/WORK/SOFT/http/user1/
test_eCos/test_eCos_install/include/cyg/libc/stdio/streambuf.inl:109: undefined
reference to `operator new(unsigned long)'
collect2: ld returned 1 exit status
make: *** [webcomp] Error 1

??????????????????

Do I have a wrong link line ?
Or do I need some package in my eCos system ??

I hope some one can help me out.

Best Regards
Kasper Hauge 




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]