This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 in the files and if I type each name out I get a pc shutdown error
Does this linker have the wildcard capability??? Any ideas on what my problem is???
Thanks,

Jim-

Parents
  • I think what you really want to do is use the CLASS, RESERVE and SEGMENT directives in the linker. With this you can assign your code to any memory area you want. Check the 251 Utilities manual on how to use these directives. We use these in our program here to allocate the memory space to DATA, XDATA, EDATA, CODE, ECODE and HCODE areas.

Reply
  • I think what you really want to do is use the CLASS, RESERVE and SEGMENT directives in the linker. With this you can assign your code to any memory area you want. Check the 251 Utilities manual on how to use these directives. We use these in our program here to allocate the memory space to DATA, XDATA, EDATA, CODE, ECODE and HCODE areas.

Children
No data