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

Have a problem with compile under GCC

Hey everyone, I'm trying to compile blinky example, using ARM on Mac OS X. I use st-link 2 to flash it. So, the first when I do 'make' command I've got errors

Makefile:220: Cannot find include folder:  ../../../config/ble_app_hrs_pca10028_s130
Makefile:220: Cannot find include folder:  ../../../config

So, I changed this lines for ../config \

It was compiled without errors, but when I flashed it with openocd I did nothing....

I don't see led blink, the same errors with other examples, i.e. hrm, when I flash my board with hex which was come with SDK, everything is ok, but my compiled files don't work

Moreover, makefile has 51422 instead of 51822

Parents Reply Children
No Data
Related