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

How can I compile programs for the PCA10024 (MBED) using the IoT SDK?

I've been trying to get a simple blinky program to compile for the better part of a day now. The makefiles are outdated and so are the keil projects. Is this SDK no longer supported?

Parents
  • Ok everyone, this is the standard makefile modified by me. If you just change the paths in "user configs" it should compile. I recommend placing anything that you need (such as the SDK and ARM toolchain inside your repository and using relative paths, so that the makefile stays the same across computers. Any source and header files you place in the source path should be included automatically.

    If you find any issues or have any suggestions please comment

    Makefile

  • I've obviously missed "IoT" part of your issue, my bad. I had issues with porting of makefiles between standard SDK versions (e.g. old 6.x and "MDK5" style 7.x) so I'm not surprised that you face it with this special SDK release. In the end going file by file and locating it in target SDK version worked for me (and knowing that you are looking for PCA10001 files when it comes to target board should help you). Sorry but cannot offer more.

    Cheers Jan

Reply
  • I've obviously missed "IoT" part of your issue, my bad. I had issues with porting of makefiles between standard SDK versions (e.g. old 6.x and "MDK5" style 7.x) so I'm not surprised that you face it with this special SDK release. In the end going file by file and locating it in target SDK version worked for me (and knowing that you are looking for PCA10001 files when it comes to target board should help you). Sorry but cannot offer more.

    Cheers Jan

Children
No Data
Related