Creating new project

Hi everyone

I'm trying to create a new project using SES but could not able to do that. Just i tried to copy the BLE_blinky project from examples and pasted on new project which i was trying to create.And i added all the files which BLE_blinky contains in that and added directories in the preprocessor (user include directories) But still I'm getting an error saying "No such files or Directory"

Can anyone help me how can i solve my problem.??

Regards,

kalmesh

Parents Reply Children
  • kalmesh said:
    Thanks for the reply

    No problem at all, I am happy to help! :)

    kalmesh said:
    yes i added those files

    Thank you for confirming this. Could also clarify what you mean when you said you copied the BLE blinky project - did you make a copy of the ble_app_blinky folder from the SDK_ROOT/examples/ble_peripheral/ folder? Did you place this copied folder anywhere else than SDK_ROOT/examples/ble_peripheral/?
    The SDK examples all use relative paths, so the project folder needs to be at the same exact hierarchal level as the example project for the paths to work correctly. 

    Could you also show me the section of your User Include Directories that includes the path to the file that you get the "No such files or Directory" error for?

    Best regards,
    Karl

Related