Re: [Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC

2014-06-09 Thread Dannenberg, Andreas
[mailto:devaia...@altiux.com] Sent: Friday, May 30, 2014 1:37 AM To: mspgcc-users@lists.sourceforge.net Subject: Re: [Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC Thank you for Delorie for the quick response!! Please, find the my project settings in CCSv6 that I am currently using

Re: [Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC

2014-05-31 Thread Grant Edwards
On 2014-05-30, Eric Decker cire...@gmail.com wrote: CCS is Code Composer Studio which is basically a gui front end to the gcc toolchain. Is that thing still around? It used to be so bad that the TI FAE I knew told everybody to avoid it at all costs and referred to it as Code Composter.

Re: [Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC

2014-05-30 Thread Devaiah Chendanda
. Thank you, Regards, Devaiah Chendanda From: DJ Delorie d...@redhat.com Sent: Thursday, May 29, 2014 9:34 PM To: Devaiah Chendanda Cc: mspgcc-users@lists.sourceforge.net Subject: Re: [Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC The right way

Re: [Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC

2014-05-30 Thread DJ Delorie
Sorry, I don't know anything about CCS, just about the gnu tools themselves. You'll have to wait for someone from TI to reply. -- Time is money. Stop wasting it! Get your web API in 5 minutes. www.restlet.com/download

Re: [Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC

2014-05-30 Thread Eric Decker
am missing anything here. Thank you, Regards, Devaiah Chendanda From: DJ Delorie d...@redhat.com Sent: Thursday, May 29, 2014 9:34 PM To: Devaiah Chendanda Cc: mspgcc-users@lists.sourceforge.net Subject: Re: [Mspgcc-users] Unable to use LARGE

[Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC

2014-05-29 Thread Devaiah Chendanda
Hi, Thank you for the update on the new version of RH GCC. I am currently working on MSP430F5438A and using CCSV6 with RH GCC 4.8.0(The latest version). But I am unable to write/read data to/from high memory area. It seems like the compiler is somehow not able to generate 20-bit address. I

Re: [Mspgcc-users] Unable to use LARGE MEMORY MODEL with RH GCC

2014-05-29 Thread DJ Delorie
The right way to enable large model is to use -mlarge If that causes problems, we'd need to know more about the problem to try to diagnose it. Note that adding -mlarge means that *all* objects and libraries must be recompiled with -mlarge, you can't mix and match large and small model.