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

Reply
  • 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

Children
Related