Technical information

Operating Precautions for CPDW9X/NT-CDR-V85X, Y-GHS-MULTI-V800
TM
Customer Notification r20tu0003ed1812 82
No. a71
Spaces not recognized by elxr in @files
Version Information
V4.2.3
Details:
When the linker (elxr.exe) is called directly and when all linker options are read from a file
(@yyy.txt), the linker will give an "unkown symbol error XXX" if the option -e XXX is used and is
not the last option of the file.
Command Line
elxr.exe @yyy.txt
Workaround
A patch CPDW9XNT-CDR-V85X-V423-PATCH02is available on
http://www.renesas.eu/updates?id=443
No. a72
Comments not recognized by elxr in @files
Version Information
V4.2.3
Details:
The linker cannot process the option file correctly which includes the line beginning with '#'. Such
line should be assumed as comment but elxr tries to find the file its name begins with '#':
objlist.txt:
t2.o
#t3.o
t4.o
Command Line
ccv850e t1.c -lnk=@objlist.txt
[elxr] (error) cannot find file #t3.o
Workaround
A patch CPDW9XNT-CDR-V85X-V423-PATCH02is available on
http://www.renesas.eu/updates?id=443