This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Fatal error: intrinsics.h No such file or directory

I am porting IAR code to CCS V6.0.

I find the code size using TI compiler TI4.3.1 was bit higher , so i am trying to decided to see the code size with GCC in CCS6.0

After i change the compiler and i build in GCC in CCS , it gives me errors.

==========

fatal error: intrinsics.h: No such file or directory abs.c line 25 C/C++ Problem

===========

I want to know which is the intrinsic.h fileor equivalent  in GCC compiler (CCS6).

Also where i can find documents regarding porting IAR to CCS GCC compiler ?

  • The MSP430 gcc compiler does not supply a header file named intrinsics.h.  The equivalent file is in430.h.  It is located in a directory similar to C:\ti\ccsv6\ccs_base\msp430\include_gcc .

    vinoth s1 said:
    Also where i can find documents regarding porting IAR to CCS GCC compiler ?

    I'm not aware of any.

    Thanks and regards,

    -George