[En-Nut-Discussion] problem quick start iccavr

lieven.broucke at kahosl.be lieven.broucke at kahosl.be
Thu Apr 17 22:17:39 CEST 2008


Harald wrote:
Anyway, I had been able to to compile the whole stuff with v7 and 
hopefully kept v6 compatibility (which still needs verification). The 
changes will be committed to CVS HEAD and will hopefully not break 
existing code. Note, that I got it compiled on all platforms but didn't 
run any code yet. Be careful when checking out CVS HEAD.
Harald,
thanks again for your effort, since version6 will no longer be supported, I tried the whole thing in ICCAVR v7.16a demoversion.
Yet again the NUT/OS configurator 4.4.1 gives a whole lot of warnings and errors (cfr. error report). Can you help me out here please?
thanks in advance,
Lieven
Error report: in configurator 4.4.1
19:10:26: ----- 'make clean' terminated successfully -----

19:10:26: ----- Running 'make all' -----

19:10:26: Located C:\ethernut-4.4.1\nut\tools\win32\make.exe

make: *** Warning: File `makefile' has modification time in the future (2008-04-17 21:10:24 > 2008-04-17 19:10:26)

make[1]: *** Warning: File `C:/ethernut-4.4.1/nutbld/NutConf.mk' has modification time in the future (2008-04-17 21:10:24 > 2008-04-17 19:10:26)

!W C:/ethernut-4.4.1/nut/arch/avr/dev/ahdlcavr.c: [warning] in function 'AhdlcAvrOpen', argument 'name' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/ahdlcavr.c: [warning] in function 'AhdlcAvrOpen', argument 'mode' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/ahdlcavr.c: [warning] in function 'AhdlcAvrOpen', argument 'acc' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug0.c: [warning] in function 'DebugIOCtl', argument 'dev' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug0.c: [warning] in function 'DebugInit', argument 'dev' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug0.c: [warning] in function 'DebugWrite', argument 'fp' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug0.c: [warning] in function 'DebugWrite_P', argument 'fp' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug0.c: [warning] in function 'DebugOpen', argument 'name' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug0.c: [warning] in function 'DebugOpen', argument 'mode' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug0.c: [warning] in function 'DebugOpen', argument 'acc' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug0.c: [warning] in function 'DebugClose', argument 'fp' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug1.c: [warning] in function 'DebugIOCtl', argument 'dev' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug1.c: [warning] in function 'DebugInit', argument 'dev' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug1.c: [warning] in function 'DebugWrite', argument 'fp' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug1.c: [warning] in function 'DebugWrite_P', argument 'fp' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug1.c: [warning] in function 'DebugOpen', argument 'name' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug1.c: [warning] in function 'DebugOpen', argument 'mode' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug1.c: [warning] in function 'DebugOpen', argument 'acc' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/debug1.c: [warning] in function 'DebugClose', argument 'fp' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/uartavr.c: [warning] in function 'UartAvrOpen', argument 'name' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/uartavr.c: [warning] in function 'UartAvrOpen', argument 'acc' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/ide.c: [warning] in function 'CFInterrupt', argument 'p' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/ide.c: [warning] in function 'IDEInterrupt', argument 'p' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/ide.c: [warning] in function 'CFChange', argument 'arg' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/wlandrv.c: [warning] in function 'DumpWlanData', argument 'pBuffer' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/twif.c: [warning] in function 'TwInterrupt', argument 'arg' has no use.

!W C:/ethernut-4.4.1/nut/arch/avr/dev/vs1001k.c: [warning] in function 'VsPlayerFeed', argument 'arg' has no use.

make[1]: *** Warning: Clock skew detected. Your build may be incomplete.

make[1]: *** Warning: File `C:/ethernut-4.4.1/nutbld/NutConf.mk' has modification time in the future (2008-04-17 21:10:24 > 2008-04-17 19:10:39)

!W C:/ethernut-4.4.1/nut/os/thread.c: [warning] in function 'NutThreadWake', argument 'timer' has no use.

!W C:/ethernut-4.4.1/nut/os/timer.c: [warning] in function 'NutTimerIntr', argument 'arg' has no use.

!W C:/ethernut-4.4.1/nut/os/msg.c: [warning] in function 'NutMsgQTimerCb', argument 'hndl' has no use.

!W C:\ethernut-4.4.1\nut\arch\avr\os\nutinit.c: [warning] in function 'NutIdle', argument 'arg' has no use.

make[1]: *** Warning: Clock skew detected. Your build may be incomplete.

make[1]: *** Warning: File `C:/ethernut-4.4.1/nutbld/NutConf.mk' has modification time in the future (2008-04-17 21:10:24 > 2008-04-17 19:10:41)

!W C:/ethernut-4.4.1/nut/dev/usart.c: [warning] in function 'UsartOpen', argument 'name' has no use.

!W C:/ethernut-4.4.1/nut/dev/usart.c: [warning] in function 'UsartOpen', argument 'acc' has no use.

!E C:/ethernut-4.4.1/nut/dev/chat.c(686): type error in argument 1 to `cstrlen'; found `pointer to const char' expected `pointer to __flash char'

!E C:/ethernut-4.4.1/nut/dev/chat.c(687): type error in argument 2 to `cstrcpy'; found `pointer to const char' expected `pointer to __flash char'

make[1]: *** [chat.o] Error 1

make: *** [all] Error 2

 




More information about the En-Nut-Discussion mailing list