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,
fianlly,following tutorial setting to compile project. i doesn't have errors but can not work on board
do i have problem in above steps?