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.

Compiler/AM4376: reentrant function of gnu compiler

Part Number: AM4376


Tool/software: TI C/C++ Compiler

Hi,

Please tell us the information described in the reentrant function even the following gnu compiler.
ccsv8\tools\compiler\gcc-arm-none-eabi-7-2017-q4-major-win32

Best Regards,
Shigehiro Tsuda

  • The general name for the RTS library that comes with the ARM GCC compiler is libc.  The documentation for libc is in the PDF file libc.pdf.  A typical location of this file is ...

    C:\ti\ccsv8\tools\compiler\gcc-arm-none-eabi-7-2017-q4-major-win32\share\doc\gcc-arm-none-eabi\pdf\libc.pdf

    Open this file, and search for the chapter titled Reentrancy. That word occurs many times in the document, so it is probably better to search for Table of Contents first, then page through that until you see the chapter title, then click the corresponding page number.

    Thanks and regards,

    -George