wiggler + openocd + mcb2300

hi all I try to run the freeRTos demo (ARM7_LPC2368_Eclipse) on the mcd2300 with LCP2378. I fallow the instructions on the "www.freertos.org". no probleme for installe and configure eclipse. but then I try Start a debug server from Eclipse he said : launching RTOSdemo.elf (time of error : 7 novembre 2007 15:55:24 HNEC) GDB : unrecognized option `-i` I think it becauss the "RUN"–>"openrun dialog…" onglet "debugger" has’nt a good configuration? (that is the good configauration please?) thank

wiggler + openocd + mcb2300

I have searched through the directory and cannot find a single file with "-i" in it.  There are some "-I"’s in the makefile, but this is not related to the debugging. Can you locate what is causing the message?  Which version of GCC are you using, and from which distribution?  (ie. Yagarto, or something similar). Do you have giveio.sys installed on your machine?  This would be in the Windows directory structure somewhere. Regards.

wiggler + openocd + mcb2300

thank richard. I using yagarto-bu-2.17 with gcc-4.2.1. I have test with giveio.sys placing in systeme32->drivers (using LOADDRV.EXE to lanch it). I i download the .hex with flashmagic into mcb2300. The message www.freertos appear but nothing other. (the led don’t blink….) and  when i reset he don’t work all the time. regards.

wiggler + openocd + mcb2300

hi all. finaly he work when i upload it with flasmagic. (I have deleated : "xTaskCreate( vuIP_Task, ( signed portCHAR * ) "uIP", mainBASIC_WEB_STACK_SIZE, NULL, mainCHECK_TASK_PRIORITY – 1, NULL );" in the main file). But I don’t find how work event or interrupetion (isr)… and i have no exemple for me (mcb2300 with lpc2378). i Search but nothing… and freertos a no tab for this. it so…. if anybody know how it work… write all you know :). best regard