Re: [Mspgcc-users] medium memory model debug issues

2014-05-12 Thread Eric Decker
the gdb that is part of 4.7 doesn't work changes for 20 bit gdb for the msp430 haven't been done (for the 4.7 toolchain) the new tool chain that redhat/ti is working on maybe more functional but I haven't checked it out yet >From cPhone > On May 12, 2014, at 7:49 AM, "Dockter, Michael" >

[Mspgcc-users] medium memory model debug issues

2014-05-12 Thread Dockter, Michael
I have a project that recently pushed our application in to the 20 bit address range. After trying in vain to build on mspgcc 4.6.3 , I installed 4.7.0 and was able to build successfully using -mmemory-model=medium' '-mcpu=430xv2 switches. I am prototyping off a MSP-EXP430F5529LP eval board. Pr