How would I go about updating? I use OS X Lion, and can't remember how I
actually installed it whether I built it from source or installed via
macports.

Would it be wise just to remove the msp430 stuff completely and then
reinstall? If so build from scratch or install via macports?


On Thu, Apr 11, 2013 at 11:39 AM, Peter Bigot <big...@acm.org> wrote:

> Update your mspgcc to the current stable release.  Outdated versions
> couldn't handle delays larger than 65535; current ones accept a 32-bit
> cycle count.
>
> If you can't update, the workaround is to wrap the intrinsic in a loop so
> the duration does not exceed 65535.
>
>
> On Thu, Apr 11, 2013 at 5:33 AM, Dean Chester <dean.g.ches...@gmail.com>wrote:
>
>> Hi,
>>
>> I keep getting this error when I compile some code. The line looks like:
>>
>>     __delay_cycles(800000);
>>
>> If I was to compile with code composer studio it wouldn't raise an error
>> so
>> why does MSP430-GCC raise an issue? What work arounds can I use to get
>> around this problem?
>>
>> TIA,
>>
>> Dean
>>
>>
>> ------------------------------------------------------------------------------
>> Precog is a next-generation analytics platform capable of advanced
>> analytics on semi-structured data. The platform includes APIs for building
>> apps and a phenomenal toolset for data science. Developers can use
>> our toolset for easy data analysis & visualization. Get a free account!
>> http://www2.precog.com/precogplatform/slashdotnewsletter
>> _______________________________________________
>> Mspgcc-users mailing list
>> Mspgcc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>>
>>
>
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to