Hey I am working on nordic nrf51822 chip ( http://i.imgur.com/q8EM4uq.jpg ). I want to run a bluenet code which i have forked from github.com/.../bluenet to github.com/.../bluenet . How am i building this ? 1)I am using bootloader nrfv6 which i have added in the repo itself. 2)I am using CMake to combine the whole executable into one hex and you can see the CMakeLists.txt in my repo 3) i run "make" command which should give me the required .hex
Now while building this project and running "make" command, i get this error gist.github.com/.../327d022f2d27ed84b3a6 .(gist of make's output)
In github.com/.../CMakeLists.txt
i have specified two libraries which should probably do the linking part successfully, but it doesn't.
I also tried by using --specs=nosys.specs
but that doesn't work either.
Please suggest me a solution for this Thanks