hlnd / nrf51-pure-gcc-setup

A simple and cross-platform GCC setup for nRF51-series development for Windows, OS X and Linux
BSD 3-Clause "New" or "Revised" License
131 stars 36 forks source link

tweak SOURCE_PATHS and SDK_INCLUDE_PATH to build against the 5.2.1 API s... #13

Closed akohlsmith closed 10 years ago

akohlsmith commented 10 years ago

I think that this is the minimal set of changes required to the template to build against the 5.2.1 API source. I'm able to build the BLE proximity and beacon examples, and with some tweaking in the example's pure_gcc/Makefile to include the ADC driver, I should be able to have hrs working as well.

hlnd commented 10 years ago

As I commented in #12, this isn't needed, and it is possible to compile S110 projects as-is. Besides is meant to be the Include folder of the SDK, and not a list of include paths. The list of include paths is contained in LIBRARY_PATHS.

Closing this for now, let's discuss this problem in your issue instead.