My goal is to have two separate application images in Flash at the same time. Both applications link to the same library also in Flash. Any suggestions for doing this with HEW and / or the Renesas command line tools?
Also, is there documentation for the ln100?
The GNU linker has the -R options as follows. Does ln100 have a similar option?
-R filename
--just-symbols=filename
Read symbol names and their addresses from filename, but do not
relocate it or include it in the output. This allows your output
file to refer symbolically to absolute locations of memory defined
in other programs. You may use this option more than once.
For compatibility with other ELF linkers, if the -R option is fol-
lowed by a directory name, rather than a file name, it is treated
as the -rpath option.
Does ln100 provides a means to put a library in a specified location and use a specified RAM area?
John