You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Vincent!
First of all thanks for this awesome project!
I have troubles with build your code.
I have installed NRF5_SDK_16.0.0, softdevices stack s340 and two versions of toolchain:
arm-none-eabi-6-2017-q2
arm-none-eabi-7-2018-q2
I have tried two branches:
develop
SDK16
(master branch doesn't have pca10056/s340/armgcc/Makefile at all )
And I get the same error for any mix of toolchains and branches.
My steps:
cd pca10056/s340/armgcc
Edit Makefile.local to setup proper path to NRF SDK
Adding s340 stack into NRF SDK directiries hierarchy
type make
Build Log:
Compiling file: main.cpp
In file included from ../../../main.cpp:24:0:
/opt/nRF5_SDK_16.0.0/components/libraries/timer/app_timer.h:162:5: sorry, unimplemented: non-trivial designated initializers not supported
}; \
^
/opt/nRF5_SDK_16.0.0/components/libraries/timer/app_timer.h:128:33: note: in expansion of macro '_APP_TIMER_DEF'
#define APP_TIMER_DEF(timer_id) _APP_TIMER_DEF(timer_id)
^~~~~~~~~~~~~~
../../../main.cpp:65:1: note: in expansion of macro 'APP_TIMER_DEF'
APP_TIMER_DEF(m_job_timer);
^~~~~~~~~~~~~
/opt/nRF5_SDK_16.0.0/components/toolchain/gcc/Makefile.common:276: recipe for target 'build/nrf52840_xxaa/main.cpp.o' failed
Could you hint me what's wrong?
The text was updated successfully, but these errors were encountered:
Hi Vincent!
First of all thanks for this awesome project!
I have troubles with build your code.
I have installed NRF5_SDK_16.0.0, softdevices stack s340 and two versions of toolchain:
I have tried two branches:
pca10056/s340/armgcc/Makefile
at all )And I get the same error for any mix of toolchains and branches.
My steps:
cd pca10056/s340/armgcc
Makefile.local
to setup proper path to NRF SDKmake
Build Log:
Could you hint me what's wrong?
The text was updated successfully, but these errors were encountered: