|
|||||||||||
|
Technical Support Support Resources
Product Information |
RTX51 TINY: Multiple Public Definitions RTX_RAMTOP (PART 1)Information in this article applies to:
QUESTIONI recently upgraded my compiler. Now my project, which uses RTX Tiny, generates the following linker errors:
The code was working before the upgrade. What am I doing wrong? ANSWERThe upgrade has several new enhancements and requires a new configuration file. This is the cause of the error messages. C51 version 7.02 includes RTX51 Tiny Version 2 (RtxTiny2). The source code for RTX51 Tiny Version 2 is found in the \Keil\C51\RtxTiny2\SourceCode folder. Since RtxTiny2 works differently than RTX51 Tiny Version 1, it requires a new configuration file. Remove CONF_TNY.A51 (the configuration file for RTX tiny version 1) from the Project Workspace window and replace it with Conf_tny.A51 (the configuration file for RtxTiny2). The old configuration file is CONF_TNY.A51 and is located in the \Keil\C51\RTX_TINY\CONF_TNY.A51 folder. The new configuration file is Conf_tny.A51 and is located in the \Keil\C51\RtxTiny2\SourceCode\Conf_tny.A51 folder. The default Conf_tny.A51 is included in the RTX51TNY.LIB. If you do not include Conf_tny.A51 in the project workspace window, the default settings in the library are used. MORE INFORMATION
SEE ALSO
Last Reviewed: Thursday, February 25, 2021 | ||||||||||
|
|||||||||||
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.