Hello Emmanuel
Thanks for your response:
Firstly I have installed:
https://launchpad.net/gcc-arm-embedded/4.7/4.7-2012-q4-major
reading suggestion form the first response, but that didn't solve the problem.
I have disabled: var SemiHost = xdc.useModule('ti.sysbios.rts.gnu.SemiHostSupport');)
and I could see the difference, this time I managed to get into the main method waiting for me to hit the execution when previously didn't even get there. But still after program execution
CORTEX_M4_0: Loader: One or more sections of your program falls into a memory region that is not writable. These regions will not actually be written to the target. Check your linker configuration and/or memory map.
CORTEX_M4_0: SemiHosting : Read Failure : Memory at Address: 200107f4 Length: c
After hitting few times execute it halts the target and repeats the error message.
Hopefully this helps to get me on track
Regards
Patrick