-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iot-lab_M3: examples/ccn-lite-client fails for iot-lab_M3 #25
Comments
There are some Makefile adaptions required to build examples for thirparty_boards: +ifeq ($(BOARD),iot-lab_M3)
+ export RIOTBOARD =$(RIOTBASE)/../thirdparty_boards
+ export RIOTCPU =$(RIOTBASE)/../thirdparty_cpu
+endif Did you include something like this? |
Yes, of course. Sorry for not giving any context: RIOTBOARD=$(readlink -e ../../../thirdparty_boards/) RIOTCPU=$(readlink -e ../../../thirdparty_cpu/) BOARD=iot-lab_M3 make -B clean all will give:
|
Untested but it seems |
Well |
Ah, has iot-lab_M3 a defaulttransceiver defined? |
Not that I knew of. |
No description provided.
The text was updated successfully, but these errors were encountered: