Skip to content
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

Compile errors #11

Open
probonopd opened this issue Jan 24, 2016 · 0 comments
Open

Compile errors #11

probonopd opened this issue Jan 24, 2016 · 0 comments

Comments

@probonopd
Copy link
Contributor

Trying to compile on Arduino 1.6.8 with esp8266/Arduino from git, I get:

Arduino: 1.6.8 Hourly Build 2016/01/19 08:26 (Linux), Board: "Generic ESP8266 Module, Serial, 80 MHz, 40MHz, DIO, 115200, 512K (64K SPIFFS), ck, Disabled, None"

In file included from /home/me/Downloads/ESP8266-wifi-ESP8266_wifi/Melvana/Melvana.ino:63:0:
/home/me/Arduino/libraries/E131-master/E131.h:143:9: error: '_UDP' does not name a type
         _UDP udp;               /* UDP handle */
         ^
/home/me/Arduino/libraries/E131-master/E131.h: In member function 'uint16_t E131::parsePacket()':
/home/me/Arduino/libraries/E131-master/E131.h:202:24: error: 'udp' was not declared in this scope
             int size = udp.parsePacket();
                        ^
/home/me/Downloads/ESP8266-wifi-ESP8266_wifi/Melvana/c_command_handle.ino: In function 'void ssid_command(String)':
c_command_handle:19: error: 'Save_String' was not declared in this scope
               Save_String(ssid, ssidAddress, ssidAddressbyte);
                                                             ^
/home/me/Downloads/ESP8266-wifi-ESP8266_wifi/Melvana/c_command_handle.ino: In function 'void password_command(String)':
c_command_handle:47: error: 'Save_String' was not declared in this scope
               Save_String(password, passwordAddress, passwordAddressbyte);
                                                                         ^
/home/me/Downloads/ESP8266-wifi-ESP8266_wifi/Melvana/c_command_handle.ino: In function 'void deviceid_command(String)':
c_command_handle:61: error: 'send_mqtt_msg' was not declared in this scope
               send_mqtt_msg(F("status"),"DeviceID-> " + value);
                                                              ^
c_command_handle:67: error: 'Save_String' was not declared in this scope
               Save_String(deviceid, deviceidAddress,deviceidAddressbyte);
                                                                        ^
/home/me/Downloads/ESP8266-wifi-ESP8266_wifi/Melvana/c_command_handle.ino: In function 'void debug_command(String)':
c_command_handle:126: error: 'send_mqtt_msg' was not declared in this scope
     send_mqtt_msg (F("Status"), F("Debug set to timer"));
                                                        ^
c_command_handle:138: error: 'send_mqtt_msg' was not declared in this scope
     send_mqtt_msg (F("Status"), F("Debug disabled"));
                                                    ^
/home/me/Downloads/ESP8266-wifi-ESP8266_wifi/Melvana/c_command_handle.ino: In function 'void mqttreloadfunc()':
c_command_handle:155: error: 'initiatemqqt' was not declared in this scope
       initiatemqqt (); 
                     ^
/home/me/Downloads/ESP8266-wifi-ESP8266_wifi/Melvana/c_plugin_commands.ino: In function 'void handle_root()':
c_plugin_commands:7: error: 'handle_WS2812' was not declared in this scope
   handle_WS2812(); 
                 ^
c_plugin_commands:9: error: 'handle_wifi' was not declared in this scope
   handle_wifi();
               ^
/home/me/Downloads/ESP8266-wifi-ESP8266_wifi/Melvana/c_plugin_commands.ino: At global scope:
c_plugin_commands:19: error: 'MQTT' does not name a type
 void cache mqtt_plugin_handle( const MQTT::Publish& pub ) {
                                      ^
c_plugin_commands:19: error: expected unqualified-id before '&' token
 void cache mqtt_plugin_handle( const MQTT::Publish& pub ) {
                                                   ^
c_plugin_commands:19: error: expected ')' before '&' token
c_plugin_commands:19: error: expected initializer before 'pub'
 void cache mqtt_plugin_handle( const MQTT::Publish& pub ) {
                                                     ^
exit status 1
'Save_String' was not declared in this scope

Please document the exact combinations of IDE, core, and libraries you used to compile this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant