Skip to content

Instantly share code, notes, and snippets.

@ncolomer
Created February 16, 2015 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ncolomer/388f49e10e825d80ce65 to your computer and use it in GitHub Desktop.
Save ncolomer/388f49e10e825d80ce65 to your computer and use it in GitHub Desktop.
Platformio issue
#include <Arduino.h>
#include <RHReliableDatagram.h>
#include <RH_NRF24.h>
#include <SPI.h>
void setup() {}
void loop() {}
╭─ncolomer@v581 ~/Developer/Workspace/perso/arduino/test
╰─$ platformio lib search radiohead
Found 1 libraries:
[ ID ] Name Compatibility "Authors": Description
-------------------------------------------------------------------------------------
[ 124 ] RadioHead arduino, energia, atmelavr, atmelsam, timsp430, titiva, teensy "Mike McCauley": The RadioHead Packet Radio library which provides a complete object-oriented library for sending and receiving packetized messages via RF22/24/26/27/69, Si4460/4461/4463/4464, nRF24/nRF905, SX1276/77/78, RFM95/96/97/98 and etc.
╭─ncolomer@v581 ~/Developer/Workspace/perso/arduino/test
╰─$ platformio lib install 124
Installing library [ 124 ]:
Downloading [####################################] 100%
Unpacking [####################################] 100%
The library #124 'RadioHead' has been successfully installed!
╭─ncolomer@v581 ~/Developer/Workspace/perso/arduino/test
╰─$ platformio run
[Mon Feb 16 13:16:42 2015] Processing autogen_uno (targets: upload, platform: atmelavr, board: uno, framework: arduino)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
WARNING!!! Please specify environment 'upload_port' or use global --upload-port option.
avr-g++ -o .pioenvs/autogen_uno/src/main.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/src/main.cpp
avr-g++ -o .pioenvs/autogen_uno/SPI/SPI.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/SPI/SPI.cpp
avr-ar rcs .pioenvs/autogen_uno/libSPI.a .pioenvs/autogen_uno/SPI/SPI.o
avr-ranlib .pioenvs/autogen_uno/libSPI.a
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHCRC.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHCRC.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHDatagram.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHDatagram.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHGenericDriver.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHGenericDriver.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHGenericSPI.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHGenericSPI.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHHardwareSPI.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHHardwareSPI.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHMesh.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHMesh.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHNRFSPIDriver.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHNRFSPIDriver.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHReliableDatagram.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHReliableDatagram.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHRouter.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHRouter.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHSPIDriver.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHSPIDriver.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RHSoftwareSPI.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RHSoftwareSPI.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_ASK.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_ASK.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_NRF24.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_NRF24.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_NRF905.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_NRF905.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_RF22.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_RF22.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_RF24.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_RF24.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_RF69.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_RF69.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_RF95.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_RF95.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_Serial.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_Serial.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/RH_TCP.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/RH_TCP.cpp
avr-g++ -o .pioenvs/autogen_uno/RadioHead_ID124/STM32ArduinoCompat/HardwareSPI.o -c -fno-exceptions -fno-threadsafe-statics -g -Os -ffunction-sections -fdata-sections -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO_ARCH_AVR -DARDUINO_AVR_UNO -DARDUINO=160 -I.pioenvs/autogen_uno/FrameworkArduino -I.pioenvs/autogen_uno/FrameworkArduinoVariant -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/RadioHead_ID124 -I.pioenvs/autogen_uno/SPI .pioenvs/autogen_uno/RadioHead_ID124/STM32ArduinoCompat/HardwareSPI.cpp
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHCRC.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHDatagram.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHGenericDriver.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHGenericSPI.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHHardwareSPI.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHMesh.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHNRFSPIDriver.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHReliableDatagram.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHRouter.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHSPIDriver.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RHSoftwareSPI.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_ASK.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_NRF24.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_NRF905.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_RF22.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_RF24.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_RF69.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_RF95.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_Serial.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/RH_TCP.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/STM32ArduinoCompat/HardwareSPI.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/STM32ArduinoCompat/HardwareSerial.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/STM32ArduinoCompat/wirish.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/RadioHead_ID124/tools/simMain.o,
but they appear to have the same action: $CXX -o $TARGET -c $CXXFLAGS $CCFLAGS $_CCCOMCOM $SOURCES
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
scons: warning: Two different environments were specified for target /Users/ncolomer/Developer/Workspace/perso/arduino/test/.pioenvs/autogen_uno/libRadioHead_ID124.a,
but they appear to have the same action: $AR $ARFLAGS $TARGET $SOURCES
$RANLIB $RANLIBFLAGS $TARGET
File "/Library/Python/2.7/site-packages/platformio/builder/tools/platformio.py", line 107, in BuildLibrary
.pioenvs/autogen_uno/RadioHead_ID124/STM32ArduinoCompat/HardwareSPI.cpp:6:20: fatal error: wirish.h: No such file or directory
#include <wirish.h>
^
compilation terminated.
scons: *** [.pioenvs/autogen_uno/RadioHead_ID124/STM32ArduinoCompat/HardwareSPI.o] Error 1
======================================================================================= [ ERROR ] Took 2.59 seconds =======================================================================================
#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
#
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload
[env:autogen_uno]
platform = atmelavr
framework = arduino
board = uno
targets = upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment