lzambonelli @mexage

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: ESP-IDF update to 4.0 #27712
    lzambonelli @mexage
    Participant

    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 2

     

    in reply to: ESP-IDF update to 4.0 #27710
    lzambonelli @mexage
    Participant

    Thanks 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’ SimplyConnect

    ESP_LOGI(TAG, “MY FTM BOOTLOADER”);

     

    ESP_LOGI is red underlined

    in reply to: New esp-idf project with r16 toolchain #24990
    lzambonelli @mexage
    Participant

    Thanks 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.

     

     

    lzambonelli @mexage
    Participant

    Hi, 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

    in reply to: Error compiling ESP-IDF using latest PReview9 #22730
    lzambonelli @mexage
    Participant

    I’m using the esp-idf project subsystem.

    I’ve been working at the sane project sinceramente June 2018

    in reply to: UnitTest for ESP-IDF project #22723
    lzambonelli @mexage
    Participant

    Hi Support,

    thanks for your reply. It will be a very usefull functionality for developers!!

     

    Look forward to finding good news about that!

     

    Leonardo

    in reply to: Toolchain path #22300
    lzambonelli @mexage
    Participant

    Thanks.

    Tried your suggestion, and It worked like a charm!

     

    in reply to: Sharing SourceCode and path mapping #22004
    lzambonelli @mexage
    Participant

    Hi,

    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.
    in reply to: Sharing SourceCode and path mapping #21979
    lzambonelli @mexage
    Participant

    MAybe 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.
    in reply to: Unable to open Cygwin terminal from VS 2017 #21926
    lzambonelli @mexage
    Participant

    How 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.

     

Viewing 10 posts - 1 through 10 (of 10 total)