Error compiling esp-AT project
Posted: Thu Dec 21, 2023 9:47 am
I am using Visual Studio Code to compile the ESP-AT project.
I get a lot of errors in the MakeFiles.txt
For example in line 9:
The error was that it didn't have the: OUTPUT_VARIABLE
In other lines it is more difficult to solve.
like in the following:
How can it be?
Maybe I am using the wrong ISE (Visual Studio Code) or the wrong compiler (mingw32-gcc.exe).
I get a lot of errors in the MakeFiles.txt
For example in line 9:
Code: Select all
string(TOLOWER $ENV{ESP_AT_MODULE_NAME} LOWER_NAME)
Code: Select all
string(TOLOWER $ENV{ESP_AT_MODULE_NAME} OUTPUT_VARIABLE LOWER_NAME)
like in the following:
Code: Select all
string(SUBSTRING "${PLATFORM_STR}" 9 ${SUBSTR_LENGTH} OUTPUT_VARIABLE PLATFORM_NAME)
Maybe I am using the wrong ISE (Visual Studio Code) or the wrong compiler (mingw32-gcc.exe).