This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

How to compile keil's project by eclipse

AS i am trying to utilize GCC for more than 32 KB code size, i use Eclipse which provides more friendly interface. However, i am still experiencing some setting issues.

That i installed thoese software on Win7 32bit

  • coreutils-5.3.0
  • make-3.81
  • eclipse-cpp-kepler-SR2-win32
  • gcc-arm-none-eabi-4_9-2015q3-20150921-win32

Then following Nordic tutorial(devzone.nordicsemi.com/.../) to set up the environment.

First I try to compile SDK exsample from Nordic,and it works. Now,I want to compile keil's project which is created before. But I have no ideal to let keil's project into eclipse and be compiled by armgcc.

Should I make a makefile or something else? and how to do it?

Does anyone have any ideal about that?

Thanks for your helping

Parents
  • Can't say I agree that Eclipse "provides more friendly interface" than Keil?!

    Anyhow, I don't know of any automatic converter/importer - so you'll just have to do it manually.

    So that's a matter of going through all the settings in the Keil project, and making the corresponding entries in your Eclipse project.

    Note that the Keil project is a plain text file - so you can inspect in a text editor, search it, and copy stuff - to save some manual re-typing. It is actually an XML structure; so it helps if you have an editor that can understand XML - Notepad++ is one such...

Reply Children
No Data
Related