Search found 10 matches
- Wed Oct 16, 2024 1:33 am
- Forum: ESP-IDF
- Topic: Errors in esp_log while Compiling
- Replies: 14
- Views: 2524
Re: Errors in esp_log while Compiling
Ok I see... I had the same errors compiling in VsCode and outside VsCode (with . $HOME.../export.sh than idf.py flash monitor), so I think there's something more than a VsCode extension problem... After adding that line to sdkconfig (I saw that line in an working example and copied it in https_mbedt...
- Wed Oct 16, 2024 12:27 am
- Forum: ESP-IDF
- Topic: Errors in esp_log while Compiling
- Replies: 14
- Views: 2524
Re: Errors in esp_log while Compiling
Thank you nopnop2002 for your help, and tests, I appreciate, thank you :) ;) I see my ESP_LOGI(TAG, "only a string"); compiles correctly in your system (as it should do... but in mine didn't...) Just for curiosity: (if you have time to check): do you have the line CONFIG_COMPILER_DISABLE_DEFAULT_ERR...
- Wed Oct 16, 2024 12:18 am
- Forum: ESP-IDF
- Topic: Errors in esp_log while Compiling
- Replies: 14
- Views: 2524
Re: Errors in esp_log while Compiling
I FOUND IT I FOUND IT!!!! I THINK I FOUND IT!!!! I got https_mbedtls to compile without errors!!! WHY IT'S NOT WRITTEN BIG LETTERS IN ESPRESSIF DOCS?!?!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Just put this line in the sdkconfig file in the project root directory: CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS...
- Tue Oct 15, 2024 11:06 pm
- Forum: ESP-IDF
- Topic: Errors in esp_log while Compiling
- Replies: 14
- Views: 2524
Re: Errors in esp_log while Compiling
Thank you for help, but, so what about this 109 line ? (I wrote it because I already changed almost all ESP_LOGx in all esp-idf v5 with printf) /home/jazz/esp/v5.3.1/esp-idf/components/hal/spi_hal.c:109:1: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t'...
- Tue Oct 15, 2024 9:56 pm
- Forum: ESP-IDF
- Topic: Errors in esp_log while Compiling
- Replies: 14
- Views: 2524
Re: Errors in esp_log while Compiling
FOLLOW UP: I swapped all ESP_LOGx(TAG, with printf( using linux "sed" command. in the esp-idf directory and subdirs in all files. Same thing for other logging errors in HIP_LOGx and similar logging functions I did not know the existence of. Errors are detected in ESP_LOGx functions where "%u" is not...
- Tue Oct 15, 2024 2:54 pm
- Forum: ESP-IDF
- Topic: Errors in esp_log while Compiling
- Replies: 14
- Views: 2524
Re: Errors in esp_log while Compiling
Hi, thanks for your reply, two things I do not understand: 1) Lots of errors are not in my code but in esp-idf libraries. 2) How do I correct the macros? Es. How do I apply the PRIu32... example you provided to this line? #define LOG_COLOR(COLOR) "\033[0;" COLOR "m" I have the error at the beginning...
- Tue Oct 15, 2024 3:22 am
- Forum: ESP-IDF
- Topic: Errors in esp_log while Compiling
- Replies: 14
- Views: 2524
Re: Errors in esp_log while Compiling
Hi all, I'm trying to compile a project started on ver 4.4 now using the 5.3.1 because I need to use the pre encrypted ota functionality (I tried the cherry picking commit to ver 4.4 but ...I could not merge... errors). I'm using Linux VsCodium with espressif extension, but I also checked compiling ...
- Sat May 30, 2020 4:53 pm
- Forum: ESP-IDF
- Topic: Encryption goes on even if not selected??
- Replies: 0
- Views: 1566
Encryption goes on even if not selected??
Hi, I have a problem: Flash Encryption activate itself... even if not selected: Using ESP32 DEVKIT1 1) I copied the entire project directory of a project that had "Enable flash encryption on boot" as Development mode. 2) In the new directory I use: make clean make erase_flash make menuconfig => and ...
- Sat May 30, 2020 9:48 am
- Forum: General Discussion
- Topic: App finished, I upgraded now can't build. Which version was my toolchain?
- Replies: 3
- Views: 2757
Re: App finished, I upgraded now can't build. Which version was my toolchain?
Thank you very much!! :))))) Actually, this night, before my initial post was approved, I """solved""" the problem... I mean, during an asleep night installing every possible IDF version, I ended installing the 3.3, than overwriting my entire esp-idf dir from the original one. Now I can build and fl...
- Fri May 29, 2020 11:07 pm
- Forum: General Discussion
- Topic: App finished, I upgraded now can't build. Which version was my toolchain?
- Replies: 3
- Views: 2757
App finished, I upgraded now can't build. Which version was my toolchain?
Hi, I'm almost crying.... It's one month I'm working on a machine... It works well, It was ready!!! I have to give this to my boss in two days. (Better in one!) It's ready. It's finished. (..it was) Today I tried to encrypt the thing.. many errors flashing... I had the (wrong!!) idea, I read somewhe...