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

Fix smart-light building issue #38

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

houtzager
Copy link

@houtzager houtzager commented Dec 29, 2024

This fix is inspired by apple/swift-embedded-examples@2eb2975 described in apple/swift-embedded-examples#17.

It solves the following problem that occurs when running idf.py build:

[7/9] Linking CXX executable light.elf
FAILED: light.elf 
...
/Users/****/.espressif/tools/riscv32-esp-elf/esp-14.2.0_20241119/riscv32-esp-elf/bin/../lib/gcc/riscv32-esp-elf/14.2.0/../../../../riscv32-esp-elf/bin/ld: The gap between .flash.appdesc and .flash.rodata must not exist to produce the final bin image.
...

I am honestly not sure what I am doing, so feel free to take over the pull request in case things aren't right.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant