Renesas M16C PC4701 Network Card User Manual


 
12.5.5 When Using the TASKING C Compiler (EDE)
Please specify the project setting by following process.
1. Select menu - [EDE]->[C Compiler Option]->[Project Options...]. The "M16C C Compiler Options
[Project Name]" dialog opens.
Please set as follows by this dialog.
- Optimeze Tab
Please specify "No optimization" by Optimization level.
- Debug Tab
Please check only ""Enable generation of any debug information(including type checkeing)""
and "Genarate symbolic debug information".
2. Select menu - [EDE]->[Linker/Locator Options...]. The "M16C Linker/Locator Options [Project
Name]" dialog opens.
Please set as follows by this dialog.
- Format Tab
Please specify "IEEE 695 for debuggers(abs)" by Output Format.
3. Build your program after the setting above.
We do not evaluate other settings, so we can not recommend to append other options.
12.5.6 When Using the TASKING C Compiler (CM)
12.5.6.1 Specify the Option
Please specify "-g" and "- O0" options when compiling.
In the options other than the above-mentioned, the operation check is not done. Please acknowledge
that the options other than the above-mentioned cannot be recommended.
12.5.6.2 Command Execution Examples
The following shows examples of entering commands.
>CM16 -g -O0 file1.c<Enter>
278