You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example_dma is not compiling due to the heap being too small in a fresh plain main after mcu-gen
riscv/lib/gcc/riscv32-unknown-elf/11.1.0/../../../../riscv32-unknown-elf/bin/ld: main.elf section `.heap' will not fit in region `ram1'
/riscv/lib/gcc/riscv32-unknown-elf/11.1.0/../../../../riscv32-unknown-elf/bin/ld: region `ram1' overflowed by 2192 bytes
This has probably only ever tested with the CI configurations gen
The text was updated successfully, but these errors were encountered:
example_dma is not compiling due to the heap being too small in a fresh plain main after mcu-gen
This has probably only ever tested with the CI configurations gen
The text was updated successfully, but these errors were encountered: