Renesas Technology, Tools FAQs
Document Number: 01051184_e
Q.
During a compile, the "far pointer (implicitly) casted by near pointer" warning comes up concerning the system call in the mailbox
functions. Why do I get this warning?
A.
This is probably because the compile option "-Dfar_msg=1", which is required for 32-bit message send, isn't specified. As for the
compile options, if the message_size item in the system definitions of the configuration file is specified as "16", or the item has been
abbreviated, it will not be output in the makefile created by the configurator. Specify this item to "32" and initiate the configurator
with option "-m", in order to have this compile option be output in the makefile.
Example: system{
:
message_size = 32 <-- if 16, warning is issued
:
};
|<next>
cfg308 -m configuration file
|<next>
make
Top of Page | Back to Previous Page
Terms of Use Privacy Policy
(C)2004 Renesas Technology Corp., All Rights Reserved.
Comentários a estes Manuais