-
Notifications
You must be signed in to change notification settings - Fork 132
quoted strings from the command line not always working #1028
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
Comments
This is probably related to command line high tech (which only works in windows in some linux simulators and Sloeber works natively) and not using
Which should be used to convert defines into strings in C/C++ |
first: wow, thanks for the fast response! Unfortunately, I didn't understand your answer.
|
I don't have time to try this out but easiest way out is something like this
|
That solves the problem!!!! |
Think about this next time you see http://eclipse.baeyens.it/remind.php |
For espressif boards ESP8266 and ESP32 a solution for the usage for ARDUINO_BOARD has been fixed in #1047 |
I made a pull-request with a fix for this for the usage of ARDUINO_VARIANT in the ESP32mDNS library in arduino_esp32 project and it was accepted |
@Bascy cool. |
espressif/arduino-esp32@4d3f6ca
Op zo 16 dec. 2018 23:34 schreef jantje <[email protected]:
… @Bascy <https://github.com/Bascy> cool.
do you have a link?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1028 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAmrLIRF15PpCxfGl7dBqwmw2yi0NdhEks5u5spYgaJpZM4XIDCk>
.
|
Thanks :-) |
I'm still seeing this issue. I had to edit the Environment and change the A.COMPILER.CPREPROCESSOR.FLAGS where it says -DMBEDTLS_CONFIG_FILE="mbedtls/esp_config.h" to -DMBEDTLS_CONFIG_FILE="""mbedtls/esp_config.h""" note the triple quotes. |
Me too. Clean fresh Install. Fresh Ububntu system. PS: for me as newbe it was not obvious. You can find Enviroment variables in Project/Properties/C/C++_Build/Enviroment !! Be avare that definition resets to default after any manipulations with with board/libraryes/project configurations. |
This issue: Sloeber/arduino-eclipse-plugin#1028 has a known fix: Sloeber/arduino-eclipse-plugin#1028 (comment) This commit will add the patch to the existing sources.
I think this is fixed. If not please provide the json and board settings that fail. |
This fixed the issue in Eclipse. However I am not sure if Arduino IDE can still compile? |
@punj |
Hi,
I used this tutoriual: https://www.instructables.com/id/Secure-IOT-With-AWS-and-Hornbill-ESP32-Using-Ardui/ to connect my esp32 with the aws cloud.
Everthings works fine, if I use the Arduino IDE 1.8.7, but if I switch wo sloeber the programm doesn't work.
OS: Windows 7
I received the following error:
#include expects "FILENAME" or <FILENAME>
Any idea how to solve this or how to analyse the bug deeper?
BR
Olli
The text was updated successfully, but these errors were encountered: