This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

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'',

image description

image description

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

image description

image description

and set up other paths to be correct, image description

image description

image description

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?

Parents
  • Finally ,I sloved.

    I missed some Define setting , so i found the Define setting in keil,

    image description

    then copy and paste to makefile

    image description

    build again and download .

    At last , it works !!

  • Yes, the defines are an important part of the project configuration! If you don't have the defines correct, the project will not be correctly configured - so it is unsurprising that it didn't work!

Reply
  • Yes, the defines are an important part of the project configuration! If you don't have the defines correct, the project will not be correctly configured - so it is unsurprising that it didn't work!

Children
No Data