Renesas Technology, Tools FAQs
M3T-NC77WA (including NC77) C Compiler Package
See Tool News for this product
Last Updated: July 22, 2003
Tell me how to debug a program at the high-level language source level. (July 22, 2003)New!●
Is there any method to shorten the startup program's processing time? (July 22, 2003)New!●
Is there any method to compress the ROM capacity? (July 22, 2003)New!●
How are the near/far attributes discriminated? (July 22, 2003)New!●
When an optimize option is added, code is not generated for some lines. Is this all right? (July 22, 2003)New!●
Is the prototype declaration of a function necessary? (July 22, 2003)New!●
For the labels that are equivalent to function names, an error is output when linked, indication that they are undefined
symbols. What is the cause of this error? (July 22, 2003)New!
●
By what name will the function names written in the C language be represented in the assembly source? (July 22, 2003)New!●
A variable not accompanied by the register qualifier is handled as a register variable. Why? (July 22, 2003)New!●
I wish to specify a register storage class and assign it to a register. How can it be done? (July 22, 2003)New!●
Can a path be specified in a file name for #include specification? (July 22, 2003)New!●
How can a command file be used? (July 22, 2003)New!●
There are so many files to be linked that the limit to command lines is exceeded. Is there any method to link? (July 22,
2003)
New!
●
A commnad option sometimes cannnot be specified. Why? (July 22, 2003)New!●
I executed "stk77 -s symbol-file-name" specifying option -o which outputs the stack size and function call relationship to the
calculation display file (extension .siz), but that file name was not generated with "symbol-file-name.siz". (May 20, 2003)
●
Can I use KANJI(Chinese) characters in C source programs? (Nov. 20, 2001)●
I made the following program in C.(1)
Upon examining the generated codes, it seems that variable x (the operand) is compared with 5 before the variable increment.
Is the following description (2) necessary in order to have variable x compared with 5 after the variable increment?(Jul. 5,
2001)
(1)
if (x++ == 5){
aaasub();
}
(2)
●
Comentarios a estos manuales