Hi Evan,

[email protected] wrote:
> Hi Jonathan,
> 
> You should be able to simply add something like the following to your
> config file: 
> 
>      $_TARGETNAME configure -rtos auto

Thanx for your help !

> 
> 
> It should automatically detect the FreeRTOS instance.

It's work. 

> 
> Additional notes:
> * You will probably need to rebuild GDB with this bug fixed:
> http://sourceware.org/bugzilla/show_bug.cgi?id=12648

It's seem to have a strange thing that happen when I put breakpoint. The Gdb
stop, but I cannot see where the PC are. All thread are stopped, but the
"focus" are not on the breakpoint. 
Is it a normal thing ?

As for the gdb bug, I have not compiled a new  one. I only use the one that
came with the toolchain. I use the codesourcery one. Do you have this
application builded somewhere that I can doownload it ? I'm on windows. 


> * You may need to use Eclipse Helios rather than Indigo, since Indigo
> seems to not display thread names 

I already use Helios. I have not upgraded my eclipse to Indigo. 

> * Your OpenOCD startup script should clear memory to avoid confusion
> due to old data persisting in RAM after reset: 
> 
>      # clear RAM so that the rtos awareness does not detect threads
>      left in memory from previous run mww 0x20000000 0x00000000 0x4000

I will put his in my reset init call back ?


> 
> 
> Regards,
> 
> Evan Hunter

Regards 

Jonathan Dumaresq



_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to