Git Product home page Git Product logo

Comments (6)

fededim avatar fededim commented on July 20, 2024 3

I managed to fix the errors and compiled everything. For those interested, here follows the patches:

WiFiSta.cpp

    const ip_addr_t* dns_ip = dns_getserver(dns_no);
    return IPAddress(dns_ip->u_addr.ip4.addr);

Eth.cpp

    const ip_addr_t* dns_ip = dns_getserver(dns_no);
    return IPAddress(dns_ip->u_addr.ip4.addr);

Camera.c

Row 1428

#ifdef ESP_IDF_VERSION_MAJOR
    nvs_handle handle;
#else
    nvs_handle handle;
#endif

Row 1456

#ifdef ESP_IDF_VERSION_MAJOR
    nvs_handle handle;
#else
    nvs_handle handle;
#endif

from esp32-arduino-lib-builder.

me-no-dev avatar me-no-dev commented on July 20, 2024

that is fine. there are changes in IDF that broke the compilation. you can try to usethe following branch: https://github.com/espressif/arduino-esp32/tree/latest-3.3

from esp32-arduino-lib-builder.

misghna avatar misghna commented on July 20, 2024

@me-no-dev I have tried this (https://github.com/espressif/arduino-esp32/tree/latest-3.3), but a previously working code now throws the following error

....ino.elf section .iram0.text' will not fit in region iram0_0_seg'
./xtensa-esp32-elf/bin/ld.exe: region iram0_0_seg' overflowed by 7817 bytes /bin/ld.exe: region iram0_0_seg' overflowed by 7817 bytes

any help would be appreciated thanks :)

from esp32-arduino-lib-builder.

 avatar commented on July 20, 2024

@fededim Thank you for your patches.

from esp32-arduino-lib-builder.

 avatar commented on July 20, 2024

@misghna Please use fededim patches for now.

from esp32-arduino-lib-builder.

JLIspace avatar JLIspace commented on July 20, 2024

I had a similar issue, using "nvs_handle" instead of "nvs_handle_t" fixed it!

from esp32-arduino-lib-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.