We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?