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.

runtime libraries 是什么?

在下载IAR5.51时无论30天的限制版本还是4k的限制版本都说与正式版本的区别是不含有“Source code for runtime libraries ”,这个是什么?在使用时有没有这个有什么区别吗?

  • tianm 21ic,

    关于MSP430的runtime libraries, 在  MSP430 Optimizing C/C++ Compiler v 4.1 User's Guide中的第七章7 Using Run-Time-Support Functions and Building Libraries有,下载链接为:

    http://www.ti.com/lit/ug/slau132g/slau132g.pdf

    主要包括:

    The run-time-support library contains the following:
    • ANSI/ISO C/C++ standard library
    • C I/O library
    • Low-level support functions that provide I/O to the host operating system
    • Fundamental arithmetic routines
    • System startup routine, _c_int00
    • Functions and macros that allow C/C++ to access specific instructions

  • 我目前感觉,只要你 build之后的文件不要超过4KB, 使用起来是没差别的。