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

Error Compiling when doing verify #10

Open
karthikbnd opened this issue Jul 26, 2016 · 0 comments
Open

Error Compiling when doing verify #10

karthikbnd opened this issue Jul 26, 2016 · 0 comments

Comments

@karthikbnd
Copy link

In file included from C:\Program Files (x86)\Arduino\hardware\arduino\mtk\cores\arduino/Arduino.h:45,
from C:\Program Files (x86)\Arduino\hardware\arduino\mtk\cores\arduino/message.h:18,
from C:\Program Files (x86)\Arduino\hardware\arduino\mtk\cores\arduino/LTask.h:20,
from aws_paho_mqtt.ino:35:
C:\Program Files (x86)\Arduino\hardware\arduino\mtk\cores\arduino/wiring_constants.h:36: warning: "true" redefined
c:\program files (x86)\arduino\hardware\tools\g++arm_none_eabi\bin../lib/gcc/arm-none-eabi/4.4.1/include/stdbool.h:43: note: this is the location of the previous definition
C:\Program Files (x86)\Arduino\hardware\arduino\mtk\cores\arduino/wiring_constants.h:37: warning: "false" redefined
c:\program files (x86)\arduino\hardware\tools\g++arm_none_eabi\bin../lib/gcc/arm-none-eabi/4.4.1/include/stdbool.h:42: note: this is the location of the previous definition
aws_paho_mqtt.ino: In function 'boolean mqtt_start(void
)':
aws_paho_mqtt.ino:127: warning: deprecated conversion from string constant to 'char
'
aws_paho_mqtt.ino:144: warning: deprecated conversion from string constant to 'char_'
aws_paho_mqtt.ino: In function 'boolean nativeLoop(void_)':
aws_paho_mqtt.ino:343: warning: deprecated conversion from string constant to 'char*'
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\mtk\cores\arduino/Arduino.h:45,
from C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:18:
C:\Program Files (x86)\Arduino\hardware\arduino\mtk\cores\arduino/wiring_constants.h:36: warning: "true" redefined
c:\program files (x86)\arduino\hardware\tools\g++_arm_none_eabi\bin../lib/gcc/arm-none-eabi/4.4.1/include/stdbool.h:43: note: this is the location of the previous definition
C:\Program Files (x86)\Arduino\hardware\arduino\mtk\cores\arduino/wiring_constants.h:37: warning: "false" redefined
c:\program files (x86)\arduino\hardware\tools\g++_arm_none_eabi\bin../lib/gcc/arm-none-eabi/4.4.1/include/stdbool.h:42: note: this is the location of the previous definition
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:30: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:31: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:32: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:33: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:34: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:35: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:36: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:37: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:38: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:39: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:40: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:41: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:42: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:42: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:42: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:42: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:42: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:42: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:43: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:44: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:45: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:46: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:50: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:51: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:51: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:51: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:51: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:51: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:51: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:51: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:51: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:54: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:55: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:56: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:59: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:60: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:61: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:61: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:61: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:61: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:61: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:61: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:61: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:61: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:64: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:65: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:66: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:67: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:68: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:69: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:72: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:73: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:74: error: expected primary-expression before '.' token
C:\Users\k.bandi\Documents\Arduino\libraries\awsmqtt\src\aws_iot_lib\aws_iot_mqtt_embedded_client_wrapper.cpp:75: error: expected primary-expression before '.' token

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