uint8_t and uint16_t

are defined in msp430/include/sys/types.h

typedef uint8_t         u_int8_t;
typedef uint16_t        u_int16_t;


Am 29.08.2011 14:32, schrieb Anil Gulecha:
> On Mon, Aug 29, 2011 at 5:33 PM, Matthias Hartmann
> <matthiashart...@versanet.de>  wrote:
>> Please read the thread with subject
>> [Mspgcc-users] interrupt syntax with uniarch mspgcc
>> on this list.
>>
>> And use
>> -mmcu=cc430f6137
>> instead of
>> -mmcu=cc430x6137
>> everywhere.
>>
> made this change.
>
>> May be, there is something mixed with old and new mspgcc installation.
>> Taking a look at your PATH definition may help.
>>
> I may have discovered the cause of the issue.. no uint8_t or uint16_t
> defined anywhere. And grep these typedefs are only used in the
> 'simpliciti' module, which fails to compile. I grepped for uint8_t
> under the msp/include directory, and it is not defined there. was this
> something that was defined in signal.h (which the warning says was
> deprecated)?
>
> Thanks
> Anil
>
> ------------------------------------------------------------------------------
> EMC VNX: the world's simplest storage, starting under $10K
> The only unified storage solution that offers unified management
> Up to 160% more powerful than alternatives and 25% more efficient.
> Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
> _______________________________________________
> Mspgcc-users mailing list
> Mspgcc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mspgcc-users
>
>

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to