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

Try to let keil's project into eclipse by edit makefile

As try to let keil's project into eclipse so i edit makefile from example

first i open project by keil to copy include paths and paste to makefile under ''#includes common to all targets'',

then fine each .c files and copy paths paste to makefile under "#source common to all targets",

and set up other paths to be correct, image description

fianlly,following tutorial setting(devzone.nordicsemi.com/.../) to compile project. i doesn't have errors but can not work on board

do i have problem in above steps?