Skip to content

sandys/mbed-nrf51-gcc-test

 
 

Repository files navigation

mbed-nrf51-gcc-test

Test repository for compiling an mbed example project for NRF51 using gcc

Following the discussion in https://mbed.org/forum/mbed/topic/5050/

Run the following commands to pull the sub-repos:

git submodule init
git submodule update

To attempt to compile, ensure that https://launchpad.net/gcc-arm-embedded is in your path, then:

cd projects/BLE_HeartRate
mkdir build
cd build
cmake ..
make

NOTE: running cmake inside the "build" directory allows you to have an out-of-source-build. All temporary files live inside the "build" directory and the main source code is not touched

About

Cmake based working repository for a clean mbed-nrf51822 build based on GCC-ARM

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%