Forum Replies Created
-
AuthorPosts
-
lzambonelli @mexageParticipant
It’s the toolchain within your package that gives me the problem.
Running outside VS and Visualgdb, just runnin make command, this is the error:
Toolchain path: /opt/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: esp-2019r2
Compiler version: 8.2.0
Python requirements from C:/SysGCC_40/esp32/esp-idf/v4.0/requirements.txt are satisfied.
WARNING: Missing submodule components/esp32/lib…
Attempting ‘git submodule update –init components/esp32/lib’ in esp-idf root directory…
error: pathspec ‘components/esp32/lib’ did not match any file(s) known to git
make[1]: *** [/esp-idf/v4.0/make/project.mk:653: /esp-idf/v4.0/components/esp32/lib/.git] Error 1
make: *** [/C/Projects/xxx/yyy-ftm/source/fw/components/bootloader/Makefile.projbuild:41: /C/Projects/xxx/yyy-ftm/source/fw/build/bootloader/bootloader.bin] Error 2lzambonelli @mexageParticipantThanks for the advice,
i’ve already installed the new toolchain. After reading some old documents i found a first solution: remove the built-in component for bootloader because i use my own one. But now i have this problem:
Severity Code Description Project File Line Suppression State
Error [Clang IntelliSense] Error: use of undeclared identifier ‘CONFIG_BOOTLOADER_LOG_LEVEL’ SimplyConnectESP_LOGI(TAG, “MY FTM BOOTLOADER”);
ESP_LOGI is red underlined
lzambonelli @mexageParticipantThanks for your reply (and sorry for my delay)
Already solved. Just opened manually file and changed it
Another suggestion when a new toolchain is set is delete VisualGDBCache, CodeDB and Debug folder within solution root folder.
January 15, 2019 at 08:29 in reply to: STUCKED!! Issues with ESP32 R.16 toolchain and VisualGDV 5.4 #23475lzambonelli @mexageParticipantHi, thanks for your reply.
Already reverted to previous version. Everything works good
Hope to get the fixed update to R16 as it will be available. It’s strange , because i had the same issue when you updated from 3.0 to 3.1.
Regards
Leonardo
lzambonelli @mexageParticipantI’m using the esp-idf project subsystem.
I’ve been working at the sane project sinceramente June 2018
lzambonelli @mexageParticipantHi Support,
thanks for your reply. It will be a very usefull functionality for developers!!
Look forward to finding good news about that!
Leonardo
lzambonelli @mexageParticipantThanks.
Tried your suggestion, and It worked like a charm!
lzambonelli @mexageParticipantHi,
this is my project file system structure and components.mk file.
As you can see i have one subfolder for each “module”; if I move all files in the same root folder i have no problem with mapping an d no needs to set manually any mapping, so problem seems to be connected with project structure.
Do you have any idea about that? Can i make some more screenshots and get u more info? Please tell me which information you need and i will privde them
Thanks
LEonardo
Attachments:
You must be logged in to view attached files.lzambonelli @mexageParticipantMAybe the screenshot can help.
I don’t want to explicit type my path for mapping since it will be different for others…
Attachments:
You must be logged in to view attached files.lzambonelli @mexageParticipantHow can i reinstall toolchain? Iìve installed using package manager within vs2017, and if i run the single executable (esp32-gcc5.2.0-r12.exe) i receive an “Access is denied” message.
-
AuthorPosts