/Users/< ... path ... >/Arduino.app/Contents/Resources/Java/hardware/tools/avr/bin/avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega32u4 -DF_CPU=16000000L -MMD -DUSB_VID=0x2341 -DUSB_PID=0x8036 -DARDUINO=105 -I/Users/< ... path ... >/Arduino.app/Contents/Resources/Java/hardware/arduino/cores/arduino -I/Users/< ... path ... >/Arduino.app/Contents/Resources/Java/hardware/arduino/variants/leonardo -I/Users/< ... path ... >/Arduino.app/Contents/Resources/Java/libraries/EEPROM /var/folders/z4/yhjvxq056p7c9jrnw4ygt6fr0000gn/T/build520484198255321321.tmp/ArduCam_Max7456.cpp -o /var/folders/z4/yhjvxq056p7c9jrnw4ygt6fr0000gn/T/build520484198255321321.tmp/ArduCam_Max7456.cpp.o ArduCam_Max7456.cpp:2:24: warning: FastSerial.h: No such file or directory
In file included from ArduCam_Max7456.cpp:4:
ArduCam_Max7456.h:78: error: expected class-name before '{' token
ArduCam_Max7456.h:84: error: 'uint8_t' has not been declared
ArduCam_Max7456.h:84: error: 'uint8_t' has not been declared
ArduCam_Max7456.h:87: error: 'uint8_t' has not been declared
ArduCam_Max7456.h:90: error: 'uint8_t' has not been declared
ArduCam_Max7456.h:90: error: 'uint8_t' has not been declared
ArduCam_Max7456.h:97: error: 'size_t' does not name a type
ArduCam_Max7456.h:98: error: 'uint8_t' has not been declared
ArduCam_Max7456.h:99: error: 'BetterStream' has not been declared
ArduCam_Max7456.h:101: error: 'uint8_t' does not name a type
ArduCam_Max7456.cpp: In member function 'void OSD::init()':
ArduCam_Max7456.cpp:38: error: 'video_mode' was not declared in this scope
ArduCam_Max7456.cpp: In member function 'void OSD::setMode(int)':
ArduCam_Max7456.cpp:92: error: 'video_mode' was not declared in this scope
ArduCam_Max7456.cpp:93: error: 'video_center' was not declared in this scope
ArduCam_Max7456.cpp: In member function 'int OSD::getMode()':
ArduCam_Max7456.cpp:106: error: 'video_mode' was not declared in this scope
ArduCam_Max7456.cpp: In member function 'int OSD::getCenter()':
ArduCam_Max7456.cpp:121: error: 'video_center' was not declared in this scope
ArduCam_Max7456.cpp: At global scope:
ArduCam_Max7456.cpp:145: error: prototype for 'void OSD::setPanel(uint8_t, uint8_t)' does not match any in class 'OSD'
ArduCam_Max7456.h:84: error: candidate is: void OSD::setPanel(int, int)
ArduCam_Max7456.cpp: In member function 'void OSD::openPanel()':
ArduCam_Max7456.cpp:160: error: 'row' was not declared in this scope
ArduCam_Max7456.cpp:160: error: 'col' was not declared in this scope
ArduCam_Max7456.cpp: In member function 'void OSD::closePanel()':
ArduCam_Max7456.cpp:189: error: 'row' was not declared in this scope
ArduCam_Max7456.cpp: At global scope:
ArduCam_Max7456.cpp:195: error: prototype for 'void OSD::openSingle(uint8_t, uint8_t)' does not match any in class 'OSD'
ArduCam_Max7456.h:90: error: candidate is: void OSD::openSingle(int, int)
ArduCam_Max7456.cpp:219: error: no 'size_t OSD::write(uint8_t)' member function declared in class 'OSD'
ArduCam_Max7456.cpp:234: error: prototype for 'void OSD::control(uint8_t)' does not match any in class 'OSD'
ArduCam_Max7456.h:87: error: candidate is: void OSD::control(int)
ArduCam_Max7456.cpp:251: error: prototype for 'void OSD::write_NVM(int, uint8_t*)' does not match any in class 'OSD'
ArduCam_Max7456.h:98: error: candidate is: void OSD::write_NVM(int, int*)
minEASYOSD:113: error: 'UBRR0H' was not declared in this scope
minEASYOSD:113: error: 'UBRR0L' was not declared in this scope
minEASYOSD:113: error: 'UCSR0A' was not declared in this scope
minEASYOSD:113: error: 'UCSR0B' was not declared in this scope
minEASYOSD:113: error: 'U2X0' was not declared in this scope
minEASYOSD:113: error: 'RXEN0' was not declared in this scope
minEASYOSD:113: error: 'TXEN0' was not declared in this scope
minEASYOSD:113: error: 'RXCIE0' was not declared in this scope
minEASYOSD:113: error: 'UDRIE0' was not declared in this scope
minEASYOSD.ino:113: warning: 'USART0_RX_vect' appears to be a misspelled signal handler
minEASYOSD.ino: In function 'void USART0_RX_vect()':
minEASYOSD:113: error: 'UDR0' was not declared in this scope
minEASYOSD.ino: At global scope:
minEASYOSD.ino:113: warning: 'USART0_UDRE_vect' appears to be a misspelled signal handler
minEASYOSD.ino: In function 'void USART0_UDRE_vect()':
minEASYOSD:113: error: 'UDR0' was not declared in this scope
minEASYOSD:113: error: 'UCSR0B' was not declared in this scope
minEASYOSD:113: error: 'UDRIE0' was not declared in this scope
GPS_UBX.ino: In function 'bool check_msgtracker(uint32_t, uint8_t)':
GPS_UBX.ino:59: warning: integer overflow in expression
GPS_UBX.ino: In function 'bool checksum_ubx_message(UBXPacket*)':
GPS_UBX.ino:133: warning: comparison between signed and unsigned integer expressions
OSD_Panels.ino: In function 'void panWarn(int, int)':
OSD_Panels.ino:302: warning: deprecated conversion from string constant to 'char*'
OSD_Panels.ino:312: warning: deprecated conversion from string constant to 'char*'
OSD_Panels.ino:318: warning: deprecated conversion from string constant to 'char*'
OSD_Panels.ino:324: warning: deprecated conversion from string constant to 'char*'
OSD_Panels.ino:334: warning: deprecated conversion from string constant to 'char*'
OSD_Panels.ino:340: warning: deprecated conversion from string constant to 'char*'
OSD_Panels.ino: In function 'void panSetup()':
OSD_Panels.ino:394: warning: format '%5.2f' expects type 'double', but argument 3 has type 'float'
OSD_Panels.ino: In function 'void panDistance(int, int)':
OSD_Panels.ino:625: warning: format '%5.2f' expects type 'double', but argument 4 has type 'float'
OSD_Panels.ino:627: warning: format '%5.0f' expects type 'double', but argument 4 has type 'float'
OSD_Panels.ino: In function 'void panFlightMode(int, int)':
OSD_Panels.ino:744: warning: deprecated conversion from string constant to 'char*'
OSD_Vars.h: At global scope:
OSD_Vars.h:11: warning: 'chan1_raw' defined but not used
OSD_Vars.h:12: warning: 'chan2_raw' defined but not used
OSD_Vars.h:40: warning: 'osd_yaw' defined but not used
OSD_Vars.h:53: warning: 'op_uavtalk_mode' defined but not used
OSD_Vars.h:54: warning: 'op_alarm' defined but not used
OSD_Vars.h:56: warning: 'osd_time_hour' defined but not used
OSD_Vars.h:57: warning: 'osd_time_minute' defined but not used
OSD_Vars.h:71: warning: 'osd_est_flight_time' defined but not used