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

migrate from ADS 1.2

Note: This was originally posted on 26th June 2013 at http://forums.arm.com

I have an ADS 1.2 project that composed with codewarrior (.mcp)

I want to open this project file with new DS-5.

I have only this project file and source code(*.c & *.h).

I want to know the project setting parameters... for custom hardware design (ARM7)


Anybody try and solv this kind of problems? plz help me. and send e-mail me the solution...


[email="bongjae.kim@samsung.com"]bongjae.kim@samsung.com[/email]
  • Note: This was originally posted on 27th June 2013 at http://forums.arm.com

    My team member was used the ADS 1.2, but He is Not my team NOW.

    So I dont have this ADS 1.2 development tools. does any one have this SW?

    or know where can i get this SW?
  • Note: This was originally posted on 27th June 2013 at http://forums.arm.com

    ADS is 10+ years old, AFAIK it is not available any where as a download.  You could try contact ARM's support team, they might be able to give you an install disk.

    More generally, my experience of directly porting CodeWarrior projects to Eclipse has been mixed.  There is a tool that helps convert the CodeWarror project to a Makefile.  But the problem is that ADS and DS-5 tool chains don't support all the same command line options, or if they do the syntax can be different.  Meaning you end up spending time checking over it anyway.  My recommendation, re-create the project from scratch.