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???
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???
You just type them in!
Or copy & paste, of course ...
And you probably want to do that in the 'Common' configuration ...
You just type them in!
Or copy & paste, of course ...
And you probably want to do that in the 'Common' configuration ...
what about macros??? m not able to change or edit them..can you suggest how to edit those macros.
What do you mean? You can edit everything in the project. But you need to remember that most of the configurations in the SDK project are common for both release and debug build configurations, so you need to select common instead of release in the build configuration drop-down when changing the settings:
yes i am now doing as you suggested....e.g i have folder called nrf_libraries in my solution...i set it to common config, it has one file named app_button.c. but when i try to open that file it is not opening, i have copied that file to another folder and have given that folder path to nrf_libraries folder....
as if you can see path to app_button.c is still that of sdk ...how can i change this path...can you suggest solution...that may solve my problem...thank you
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.
yes @Einar Thorsrud....thank you ..i removed app_button.c file and added it from the folder i want...it at least have accepted the path and can now open...i am making eddystone out of sdk..so i need to change paths