[En-Nut-Discussion] Problem with httpd compile
Jim
jimpfree-1 at yahoo.com
Sun Jan 1 00:49:57 CET 2006
i have followed the directions for the Configurator for the WinAVR example.
when i make the sample example everything goes fine. However when i go
to the httpd directory and try to make that i get the following warnings
and error.
Any ideas why ?
Jim
C:\ethernut-3.9.9\nutapp>cd httpd
C:\ethernut-3.9.9\nutapp\httpd>make clean
rm -f httpserv.o urom.o
rm -f httpserv.hex
rm -f httpserv.eep
rm -f httpserv.obj
rm -f httpserv.map
rm -f httpserv.lst urom.lst
rm -f httpserv.bak urom.bak
rm -f httpserv.i urom.i
rm -f urom.c
C:\ethernut-3.9.9\nutapp\httpd>make all
avr-gcc -c -mmcu=atmega128 -Os -fno-delete-null-pointer-checks -Wall
-Wstrict-pr
ototypes -Wa,-ahlms=httpserv.lst -DETHERNUT2 -D__HARVARD_ARCH__
-Ic:/ethernut-3.
9.9/nutbld/include -Ic:/ethernut-3.9.9/nut/include httpserv.c -o
httpserv.o
httpserv.c: In function `ShowSockets':
httpserv.c:341: warning: assignment discards qualifiers from pointer
target type
httpserv.c:344: warning: assignment discards qualifiers from pointer
target type
httpserv.c:347: warning: assignment discards qualifiers from pointer
target type
httpserv.c:350: warning: assignment discards qualifiers from pointer
target type
httpserv.c:353: warning: assignment discards qualifiers from pointer
target type
httpserv.c:356: warning: assignment discards qualifiers from pointer
target type
httpserv.c:359: warning: assignment discards qualifiers from pointer
target type
httpserv.c:362: warning: assignment discards qualifiers from pointer
target type
httpserv.c:365: warning: assignment discards qualifiers from pointer
target type
httpserv.c:368: warning: assignment discards qualifiers from pointer
target type
httpserv.c:371: warning: assignment discards qualifiers from pointer
target type
httpserv.c:374: warning: assignment discards qualifiers from pointer
target type
crurom -r -ourom.c sample
process_begin: CreateProcess((null), crurom -r -ourom.c sample, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [urom.c] Error 2
C:\ethernut-3.9.9\nutapp\httpd>
More information about the En-Nut-Discussion
mailing list