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

Opening *.mcp with RVDS 4.0

Note: This was originally posted on 1st July 2010 at http://forums.arm.com

Dear all,

I have installed RVDS 4.0 recently. I have a saved project from ADS 1.2 (in *.mcp format) which seems to work properly.
Now, how can I open and edit this project with my RealView Development Suite? Is it possible at all?

Can I install ADS 1.2 on my PC too? If yes, from where can I download it? It is too traditional that I cannot find.

I started a new project in RVDS 4.0 and rewrote the code, but, there is an error in linking process that i guess is related to the version of my suite; what do you think? The error is as follows: "armlink : could not open file C:\Documents: Invalid argument (l6002)"

Regards,
Ehsandoust, Bahram
Parents
  • Note: This was originally posted on 1st July 2010 at http://forums.arm.com

    Actually, I do not think so, because I have included some other files in the same directory and it does work properly.


    I don't use the workbench IDE much - I tend to use make files written by hand - so I can't help there.

    My only other thought is that perhaps it is an OS command line length limitation if the path to your files is quite long, and the path is getting truncated. You could try moving your workspace directory and project directory closer to the root of your C drive. If you are passing a lot of files to the linker it is quite easy to overflow the 8K line length limit of Windows.
Reply
  • Note: This was originally posted on 1st July 2010 at http://forums.arm.com

    Actually, I do not think so, because I have included some other files in the same directory and it does work properly.


    I don't use the workbench IDE much - I tend to use make files written by hand - so I can't help there.

    My only other thought is that perhaps it is an OS command line length limitation if the path to your files is quite long, and the path is getting truncated. You could try moving your workspace directory and project directory closer to the root of your C drive. If you are passing a lot of files to the linker it is quite easy to overflow the 8K line length limit of Windows.
Children
No data