Giter Site home page Giter Site logo

Comments (6)

HomeACcessoryKid avatar HomeACcessoryKid commented on June 12, 2024 1

from esp32-homekit-camera.

kenthinson avatar kenthinson commented on June 12, 2024

I believe I am having the same issue.

CC examples/esp32-homekit-camera/build/x264/x264-snapshot-20181221-2245-stable/common/base.o cc1: error: -Werror=format-truncation=: no option -Wformat-truncation= make[1]: *** [x264-snapshot-20181221-2245-stable/common/base.o] Error 1

from esp32-homekit-camera.

GermanSheepDog avatar GermanSheepDog commented on June 12, 2024

I got the same problems, please look here: #38
I commented out the line.

from esp32-homekit-camera.

Electric-90 avatar Electric-90 commented on June 12, 2024

@GermanSheepDog I tried commenting out #CFLAGS += -Wno-error=format-truncation= line and the x264 packages compiled successfully but then I got stuck at the following error:

image

EDIT :-
It turns out that the esp-idf version I am currently using doesn't have esp_sntp.h file.
I tried using esp-idf = v3.3, v3.1.6 but even those don't work .

from esp32-homekit-camera.

maximkulkin avatar maximkulkin commented on June 12, 2024

@HomeACcessoryKid A few people (including you) reported those problems with spi_xxx but surprisingly I have never seen those. Could you be more specific on what those errors are, which version of ESP-IDF you use and how do you build the project.

It feels that a lot of issues originate in different project settings, but I would prefer not to commit the whole sdkconfig as it would cement out settings that were never important and distract from what really important settings are. The way I do that (and recommend to anybody) is when you update an ESP-IDF, or esp32-homekit-camera, or any other component - you should start fresh: make clean ; rm sdkconfig After that, set values as described in README and it should work. I've done it with different ESP-IDF versions and different modules and it always worked for me.

As of supporting v3.3 (as being their LTS release) - it feels that v3.3 is the last in 3.x series and not surprisingly they promised to keep it for some time, but do you know what LTS in this even mean?

from esp32-homekit-camera.

Electric-90 avatar Electric-90 commented on June 12, 2024

Hi, @maximkulkin
Which esp-idf version are you using ?
I have tried v3.3 and v3.1.6 and in both I get the esp_sntp.h error mentioned above.
I also tried make clean but still no success.
There is a lot of inconsistency of packages included in different versions of esp-idf. Thus, we should agree on a common version of esp-idf for further development.

EDIT :-
Just tried this commit :- 4f66382, it compiled successfully on esp-idf-v3.3. πŸ‘

from esp32-homekit-camera.

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.