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

memory #3

Open
SamMcCormick61 opened this issue Mar 10, 2020 · 1 comment
Open

memory #3

SamMcCormick61 opened this issue Mar 10, 2020 · 1 comment

Comments

@SamMcCormick61
Copy link

SamMcCormick61 commented Mar 10, 2020

Hi

Thank you for your great effort in providing this code.

However, I am having a few issues.

I have tried compiling in Windows and Linux via the ESP_IDF idf.py build command.

In windows (after installing btstack) it compiles, flashes and runs ok.

When compiling in Linux (in Unbunto via windows Linux subsystem)

I get a memory error `dram0_0_seg' overflowed by 2240 bytes. Tried it using plain idf.py and also with ninja installed.

I am not an expert in c or compiling c (just good at following instructions) Am I missing some steps something when try to compile your program?

Thanks in advance
Sam

home/sam/esp/nixie-timer/components/spiffs/list.c:152: multiple definition of list_remove'; esp-idf/bt/libbt.a(list.c.obj):/home/sam/esp/esp-idf/components/bt/common/osi/list.c:160: first defined here /home/sam/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld: esp-idf/spiffs/libspiffs.a(list.c.obj): in function list_next':
/home/sam/esp/nixie-timer/components/spiffs/list.c:206: multiple definition of list_next'; esp-idf/bt/libbt.a(list.c.obj):/home/sam/esp/esp-idf/components/bt/common/osi/list.c:228: first defined here /home/sam/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld: volkhin_nixie_timer.elf section .dram0.bss' will not fit in region dram0_0_seg' /home/sam/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld: DRAM segment data does not fit. /home/sam/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld: DRAM segment data does not fit. /home/sam/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin/../lib/gcc/xtensa-esp32-elf/8.2.0/../../../../xtensa-esp32-elf/bin/ld: region dram0_0_seg' overflowed by 2240 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
sam@SAM-PC:~/esp/nixie-timer$

@SamMcCormick61
Copy link
Author

I reinstalled esp-idf with btstack and managed to get it all working. no need to reply.

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

No branches or pull requests

1 participant