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
  • Also when I do explicitly list the function name and file name and I want one function to be loacated next to another the linker ignores putting the second file after the first file specified.
    ie. SE(?PR?myfunc1?myfile1(0400H),?PR?myfunc2?myfile2) it does not located function 2 after function 1, even though I get a clean link. Any explaination for this ? What am I doing wrong????

    I have alot of functions to locate together and they are in different files. I really need a wild card. I am trying to move them around within the CODE class.

    Thanks for any help

    -Jim

Reply
  • Also when I do explicitly list the function name and file name and I want one function to be loacated next to another the linker ignores putting the second file after the first file specified.
    ie. SE(?PR?myfunc1?myfile1(0400H),?PR?myfunc2?myfile2) it does not located function 2 after function 1, even though I get a clean link. Any explaination for this ? What am I doing wrong????

    I have alot of functions to locate together and they are in different files. I really need a wild card. I am trying to move them around within the CODE class.

    Thanks for any help

    -Jim

Children