• Lx51 Segments located using wildcard are not located together...
    Hi, I have a line in my linker control file: ?PR?*?PHTESTMODE_ROMCPUMX(C:0x01EA00), But when I build it I see the following segment locations: 81E9FFH 81E9FFH 000001H --- --- **GAP**...
  • Lx51 Segments located using wildcard are not located together...
    Hi, I have a line in my linker control file: ?PR?*?PHTESTMODE_ROMCPUMX(C:0x01EA00), But when I build it I see the following segment locations: 81E9FFH 81E9FFH 000001H --- --- **GAP**...
  • using OVERLAY with wildcards...
    hi members... I have a problem with linker when try to use overlay control like OVERLAY( ?CO?MAIN~(?PR?*?UTILS), ?PR?MAIN!(?PR?*?UTILS)) linker gives me ERROR L207: INVALID NAME. There is...
  • using OVERLAY with wildcards...
    hi members... I have a problem with linker when try to use overlay control like OVERLAY( ?CO?MAIN~(?PR?*?UTILS), ?PR?MAIN!(?PR?*?UTILS)) linker gives me ERROR L207: INVALID NAME. There is...
  • Wildcarding in uVision/251
    I am having a difficult time trying to wildcard segments using the following command in the linker options command menu ?pr?*?myfile (0400H) ie. SE (?pr?*?myfile (0400H)) I have alot of funtions...