21-01-2018, 04:28
(20-01-2018, 05:21)Werk_AG Wrote: Jim, the compiler output on your previous post is from the TX software compilation. Is the upload problem with the TX or with the RX software?
When changing compiling for the Nano to the Mega, check if you don't have to change the com port.
Werk,
Re version 5 upgrade
I upgraded my spare Tx to V5 with no issues and will swap it when I get the Rx done; I have a compile issue with it
PHP Code:
Arduino: 1.8.5 (Windows 10), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
C:\Program Files\Arduino\arduino-builder -dump-prefs -logger=machine -hardware C:\Program Files\Arduino\hardware -tools C:\Program Files\Arduino\tools-builder -tools C:\Program Files\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files\Arduino\libraries -libraries C:\Users\JBA\Documents\Arduino\libraries -fqbn=arduino:avr:mega:cpu=atmega2560 -vid-pid=0X2341_0X0042 -ide-version=10805 -build-path C:\Users\JBA\AppData\Local\Temp\arduino_build_14249 -warnings=none -build-cache C:\Users\JBA\AppData\Local\Temp\arduino_cache_937216 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=C:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Program Files\Arduino\hardware\tools\avr -verbose C:\Users\JBA\Documents\Arduino\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b002_21012018\WeatherDuinoPro2Plus_RX_v500_b002_21012018.ino
C:\Program Files\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files\Arduino\hardware -tools C:\Program Files\Arduino\tools-builder -tools C:\Program Files\Arduino\hardware\tools\avr -built-in-libraries C:\Program Files\Arduino\libraries -libraries C:\Users\JBA\Documents\Arduino\libraries -fqbn=arduino:avr:mega:cpu=atmega2560 -vid-pid=0X2341_0X0042 -ide-version=10805 -build-path C:\Users\JBA\AppData\Local\Temp\arduino_build_14249 -warnings=none -build-cache C:\Users\JBA\AppData\Local\Temp\arduino_cache_937216 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.arduinoOTA.path=C:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avr-gcc.path=C:\Program Files\Arduino\hardware\tools\avr -prefs=runtime.tools.avrdude.path=C:\Program Files\Arduino\hardware\tools\avr -verbose C:\Users\JBA\Documents\Arduino\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b002_21012018\WeatherDuinoPro2Plus_RX_v500_b002_21012018.ino
Using board 'mega' from platform in folder: C:\Program Files\Arduino\hardware\arduino\avr
Using core 'arduino' from platform in folder: C:\Program Files\Arduino\hardware\arduino\avr
Detecting libraries used...
"C:\Program Files\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\Program Files\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files\Arduino\hardware\arduino\avr\variants\mega" "C:\Users\JBA\AppData\Local\Temp\arduino_build_14249\sketch\WeatherDuinoPro2Plus_RX_v500_b002_21012018.ino.cpp" -o "nul"
"C:\Program Files\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\Program Files\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files\Arduino\hardware\arduino\avr\variants\mega" "-IC:\Users\JBA\Documents\Arduino\libraries\Timezone\src" "C:\Users\JBA\AppData\Local\Temp\arduino_build_14249\sketch\WeatherDuinoPro2Plus_RX_v500_b002_21012018.ino.cpp" -o "nul"
"C:\Program Files\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\Program Files\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files\Arduino\hardware\arduino\avr\variants\mega" "-IC:\Users\JBA\Documents\Arduino\libraries\Timezone\src" "-IC:\Users\JBA\Documents\Arduino\libraries\Time" "C:\Users\JBA\AppData\Local\Temp\arduino_build_14249\sketch\WeatherDuinoPro2Plus_RX_v500_b002_21012018.ino.cpp" -o "nul"
"C:\Program Files\Arduino\hardware\tools\avr/bin/avr-g++" -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -flto -w -x c++ -E -CC -mmcu=atmega2560 -DF_CPU=16000000L -DARDUINO=10805 -DARDUINO_AVR_MEGA2560 -DARDUINO_ARCH_AVR "-IC:\Program Files\Arduino\hardware\arduino\avr\cores\arduino" "-IC:\Program Files\Arduino\hardware\arduino\avr\variants\mega" "-IC:\Users\JBA\Documents\Arduino\libraries\Timezone\src" "-IC:\Users\JBA\Documents\Arduino\libraries\Time" "C:\Users\JBA\AppData\Local\Temp\arduino_build_14249\sketch\WeatherDuinoPro2Plus_RX_v500_b002_21012018.ino.cpp" -o "C:\Users\JBA\AppData\Local\Temp\arduino_build_14249\preproc\ctags_target_for_gcc_minus_e.cpp"
In file included from C:\Users\JBA\Documents\Arduino\WeatherDuino_Pro2_PLUS\v5.0\software\RX software\WeatherDuinoPro2Plus_RX_v500_b002_21012018\WeatherDuinoPro2Plus_RX_v500_b002_21012018.ino:41:0:
C:\Users\JBA\AppData\Local\Temp\arduino_build_14249\sketch\Config_RX_Pro2PLUS.h:44:126: fatal error: _lang/en_GB.h: No such file or directory
#include "_lang/en_GB.h" // Change the language code according to your preference. Keep "_lang/" and the ".h" at the end
^
compilation terminated.
Using library Timezone at version 1.1.1 in folder: C:\Users\JBA\Documents\Arduino\libraries\Timezone
Using library Time at version 1.5 in folder: C:\Users\JBA\Documents\Arduino\libraries\Time
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
I am sorry to annoy you.
Regards
Jim

