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

Where can I run Linker's command?

Hi fellas
I'm trying to find out where can I put/run our Linker's commands.
for example this command:

armlink [... your normal options...] --verbose --list err.txt

I don't know how to use this. :(

Parents
  • There are many ways to achieve this like you can put your commands into a batch file and click on the file or you can open up a command line and type in the commands from there or you can do lots of other things but you must remember to either specify the path to the command or modify your path to include the directories where the command exists and that path can either be a system or a user path.

Reply
  • There are many ways to achieve this like you can put your commands into a batch file and click on the file or you can open up a command line and type in the commands from there or you can do lots of other things but you must remember to either specify the path to the command or modify your path to include the directories where the command exists and that path can either be a system or a user path.

Children