Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idv version tagged release/v4.3 does no more compile since ~4th of December (IDFGH-11647) #12760

Closed
3 tasks done
iltis42 opened this issue Dec 9, 2023 · 2 comments
Closed
3 tasks done
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@iltis42
Copy link
Contributor

iltis42 commented Dec 9, 2023

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

release/v4.3

Operating System used.

Linux

How did you build your project?

Other (please specify in More Information)

If you are using Windows, please specify command line type.

None

What is the expected behavior?

Docker build: "docker run --rm -v $PWD:/project -w /project espressif/idf:release-v4.3 idf.py build" runs well,

e.g. here:

https://github.com/iltis42/XCVario/actions/runs/7072852197

What is the actual behavior?

Docker build: "docker run --rm -v $PWD:/project -w /project espressif/idf:release-v4.3 idf.py build" fails with release/v4.3 since a few days, e.g. here:

https://github.com/iltis42/XCVario/actions/runs/7134914257

Detailed error:

[499/1496] Building C object esp-idf/driver/CMakeFiles/__idf_driver.dir/twai.c.obj
FAILED: esp-idf/driver/CMakeFiles/__idf_driver.dir/twai.c.obj
...
In file included from /opt/esp/idf/components/driver/twai.c:22:
/opt/esp/idf/components/driver/twai.c: In function 'twai_driver_install':
/opt/esp/idf/components/driver/twai.c:450:18: error: 'TWAI_TAG' undeclared (first use in this function); did you mean 'TWAI'?
ESP_LOGE(TWAI_TAG, "init gpio for twai failed");

Steps to reproduce.

docker run --rm -v $PWD:/project -w /project espressif/idf:release-v4.3 idf.py build

e.g. in a github workflow will fail.

Build or installation Logs.

https://github.com/iltis42/XCVario/actions/runs/7072852197

More Information.

Its confirmed by other users of my project

@iltis42 iltis42 added the Type: Bug bugs in IDF label Dec 9, 2023
@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 9, 2023
@github-actions github-actions bot changed the title idv version tagged release/v4.3 does no more compile since ~4th of December idv version tagged release/v4.3 does no more compile since ~4th of December (IDFGH-11647) Dec 9, 2023
@moshe-braner
Copy link

Yes this was my experience too, using the same .yml on several versions of the project. Same error message.

@espressif-bot espressif-bot added Status: In Progress Work is in progress Status: Reviewing Issue is being reviewed and removed Status: Opened Issue is new Status: In Progress Work is in progress labels Dec 11, 2023
espressif-bot pushed a commit that referenced this issue Dec 20, 2023
espressif-bot pushed a commit that referenced this issue Dec 22, 2023
espressif-bot pushed a commit that referenced this issue Dec 24, 2023
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Reviewing Issue is being reviewed labels Feb 19, 2024
@Alvin1Zhang
Copy link
Collaborator

Thanks for reporting, fix is available on release/4.3, 878fd23, feel free to reopen.

hathach pushed a commit to adafruit/esp-idf that referenced this issue Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

4 participants