I refer to the topic "How to rebuild the C6000 RTS" in Wiki, and it tells that a RTS library can be built using the following command
" mk6x -o -mo --RTS -mv64+ rts.src -l rts64plus.lib"
And the help for --RTS: Specify options for building C/C++ RTS libraries.
So I'd like to inquire:
1. What is the difference of performance between using --RTS and not using it?
Do I need to use --RTS option to build self created library?
2. How to build RTS library in CCS 3.3 since I do not find the counterpart of --RTS in "Project->Build Options"?
Thanks.
