Renesas TM V.3.20A Spezifikationen Seite 334

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 762
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 333
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.
Seitenansicht 333
1 2 ... 329 330 331 332 333 334 335 336 337 338 339 ... 761 762

Kommentare zu diesen Handbüchern

Keine Kommentare