Renesas Technology, Tools FAQs
M3T-NC308WA C Compiler Package
See Tool News for this product
Last Updated: May 8, 2003
The stack overflowed even though I reserved the correct stack size as displayed in the Stk Viewer. Is the stack size shown in
the Stk Viewer not enough? (May 8, 2003)New!
●
In what kind situation is the -LOC option used for ln308 and ln30? (Jan. 7, 2003)●
Can I use KANJI(Chinese) characters in C source programs? (Nov. 19, 2001)●
I am using Integrated Development Environment TM V.3.01, and, after making additions to my program, I got the following
message: "No. 6. Stk Viewer: Out of memory". What is the work-around for this? (Sep. 5, 2001)
●
In NC308WA V.3.00 Release 1, the "enter" instruction is output at the start of the function. But because it is not output in
V.3.10 Release 2, the stack argument cannot be correctly referenced from the in-line assembly description. How can I
generate the "enter" instruction in this case? (Sep. 5, 2001)
●
I made the following program(1) in C. 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)
x++;
if (x ==5){
aaasub();
}
●
When making my program in C language, I want to place the global variable according to the sequence described in the
definition. How can I do this? (Dec. 20, 2000)
●
Can I use TM V.2.01 and NC308WA V.3.00 together? (Nov. 6, 2000)●
Does the prototype declaration determine how the function argument is passed? (Aug. 25, 2000)●
Does the passing method of function arguments affect the program's interchangeability? (Aug. 25, 2000)●
Is there any difference in the speed or size of the program when a function argument is passed by a register compared to a
stack? (Aug. 25, 2000)
●
What are the required conditions for a function argument to be passed by a register? (Aug. 25, 2000)●
I was under the assumption that all const declarations were assigned to the ROM sections. But when I specify the constants as
shown below, these constants were assigned to data sections. How can I assign the following to ROM sections? (Aug. 25, 2000)
●
Kommentare zu diesen Handbüchern