ZeroWorks

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: ESP32 Error Cahnging ESP/IDF Checkout #31987
    ZeroWorks
    Participant

    I’ve found the problem…In  …\sysGCC\esp32 folder the file IDFCheckouts.xml is invalid:

    <?xml version=”1.0″?>
    <IDFCheckoutDatabase xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; xmlns:xsd=”http://www.w3.org/2001/XMLSchema”&gt;
    <IDFCheckout>
    <Version>v4.3.2</Version>
    <Subdirectory>esp-idf/v4.3.2</Subdirectory>
    <Type>ESPIDF</Type>
    </IDFCheckout>
    </Checkouts>
    </IDFCheckoutDatabase>

    Checkouts is not opened but closed… I’ve added <Checkouts> and then I can manually select ESP/IDF version. Maybe there’s a problem with XML Writer.

    Thank you!

    in reply to: ESP32 Access denied while checking Python dependencies #29837
    ZeroWorks
    Participant

    Hi!

    I found three python versions on my system just uninstalled all also cleaned all environment variables (I guess there was a mess with python versions because I had to do pip update manually and I’ve seen that is done automatically).

    I deleted all toolchains and python and created a new project, VisualGDB asked for all again.  Also I selected CMAKE on build instead of GNU that is selected by default. It worked.

    I lost four hours and today sorted it out in 15 minutes… LOL.

    Thank you and nice work!

     

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