issues
search
natersoz
/
nrf
A Bluetoothe Low Energy (BLE) class library - initial target: Nordic nRF5x
Apache License 2.0
3
stars
0
forks
source link
make checks rule does not work on linux
#38
Open
natersoz
opened
5 years ago
natersoz
commented
5 years ago
This only works on OSX.
The cross compiler options for intrinsics is not working. Example:
__REV()
is not defined.
The
-isystem
include rule does not work properly for gcc. It requires
-I
This only works on OSX.
__REV()
is not defined.-isystem
include rule does not work properly for gcc. It requires-I