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.

TM4C1294NCPDT: How to change IAR compiler settings when rebuilding TI-RTOS

Part Number: TM4C1294NCPDT

I want to rebuild TI-RTOS using the IAR compiler. General approach is explained in document SPRUEX3U Appendix A.

However, I'd like to set some specific compilers options.

Where in the C:\ti\tirtos_tivac_2_16_01_14 folder structure are the options used by the IAR compiler specified?

Thanks.

  • Hi,

    There are two files at the top of the TI-RTOS for TivaC product: tirtos.mak and tirtos.bld. These are used to build (or rebuild) the product. These types of files are repeated in the items in the products directory. For example NDK.bld and NDK.mak for the NDK, etc. 

    The kernel is slightly different though. The SYS/BIOS kernel is generally rebuild when you build the application. The applicatoin can supply different options via the BIOS.customCCOpts string in the .cfg. For example, here are the default options used when using the TI compiler:

    Todd