cc26xxware | versioned fork of TI 's CC26xxware
kandi X-RAY | cc26xxware Summary
kandi X-RAY | cc26xxware Summary
This is a git-versioned subset and slightly modified version of TI's CC26xxware. This repository's sole purpose is to provide CC13xxware as a submodule for the Contiki Operating System. New versions will only appear in this repository only if and when Contiki's CC26xx port needs to use them.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cc26xxware
cc26xxware Key Features
cc26xxware Examples and Code Snippets
Community Discussions
Trending Discussions on cc26xxware
QUESTION
I have installed the Contiki OS sources, and the ARM GCC compiler by doing brew install arm-none-eabi-gcc
. However, when I try to run the hello world example in Contiki's example folder using the command make TARGET=srf06-cc26xx BOARD=sensortag/cc2650 hello-world.bin CPU_FAMILY=cc26xx
, I get the following error message:
ANSWER
Answered 2020-Apr-08 at 15:37Here's a consolidation of @kfx's solution (which worked like a charm):
unset CFLAGS
unset LDFLAGS
make clean
This is because there may be some other flags which you accidentally set previously, so you have to unset them in order for the compilation to work.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cc26xxware
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page