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

building project outside sdk

hello, 

i want to build eddystone outside sdk..how can i do it.?? i found this..but not getting how to change those directories 

  can somebody help???

Parents Reply
  • Hi,

    I did not understand. Can you elaborate? Shoudl app_button.c not be in the SDK? If so, then you can just right-click on it and remove it. Then add the app_button.c you actually want there.

    If you want to move your project out of the SDK tree, that is not something we have any examples for. However, I think the best way to do it is to edit the project file (.emProject) in a text editor and adjust the paths there. Then you can replace all the paths easily, and even use a global macro to hold the base folder so that you just need to change the macro to relocate the SDK folder. See this post.

Children
Related