Skip to content

{bp-19813} boards/risc-v/hpm6360evk: build fix - #19814

Open
jerpelea wants to merge 1 commit into
apache:releases/13.0from
jerpelea:bp-19813
Open

{bp-19813} boards/risc-v/hpm6360evk: build fix#19814
jerpelea wants to merge 1 commit into
apache:releases/13.0from
jerpelea:bp-19813

Conversation

@jerpelea

Copy link
Copy Markdown
Contributor

Summary

switch to flash.script to avoid running out of storage

before:
Register: hello
Register: nsh
Register: sh
LD: nuttx
riscv32-unknown-elf-ld: /nuttx/nuttx section .text will not fit in region ilm riscv32-unknown-elf-ld: region ilm overflowed by 904 bytes
Memory region Used Size Region Size %age Used
ilm: 131976 B 128 KB 100.69%
dlm: 11360 B 128 KB 8.67%
axi_sram: 0 GB 256 KB 0.00%
axi_sram_noncacheable: 0 GB 256 KB 0.00%
ahb_sram: 0 GB 32 KB 0.00%
make[1]: *** [Makefile:195: nuttx] Error 1
make: *** [tools/Unix.mk:569: nuttx] Error 2

after:
Register: hello
Register: sh
Register: nsh
LD: nuttx
Memory region Used Size Region Size %age Used
flash: 145132 B 16 MB 0.87%
ilm: 0 GB 128 KB 0.00%
dlm: 11360 B 128 KB 8.67%
axi_sram: 0 GB 256 KB 0.00%
axi_sram_noncacheable: 0 GB 256 KB 0.00%
ahb_sram: 0 GB 32 KB 0.00%
CP: nuttx.hex

Impact

RELEASE

Testing

LOCAL AND CI

switch to flash.script to avoid running out of storage

before:
Register: hello
Register: nsh
Register: sh
LD: nuttx
riscv32-unknown-elf-ld: /nuttx/nuttx section .text will not fit in region ilm
riscv32-unknown-elf-ld: region ilm overflowed by 904 bytes
Memory region         Used Size  Region Size  %age Used
             ilm:      131976 B       128 KB    100.69%
             dlm:       11360 B       128 KB      8.67%
        axi_sram:          0 GB       256 KB      0.00%
axi_sram_noncacheable:          0 GB       256 KB      0.00%
        ahb_sram:          0 GB        32 KB      0.00%
make[1]: *** [Makefile:195: nuttx] Error 1
make: *** [tools/Unix.mk:569: nuttx] Error 2

after:
Register: hello
Register: sh
Register: nsh
LD: nuttx
Memory region         Used Size  Region Size  %age Used
           flash:      145132 B        16 MB      0.87%
             ilm:          0 GB       128 KB      0.00%
             dlm:       11360 B       128 KB      8.67%
        axi_sram:          0 GB       256 KB      0.00%
axi_sram_noncacheable:          0 GB       256 KB      0.00%
        ahb_sram:          0 GB        32 KB      0.00%
CP: nuttx.hex

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Board: risc-v Size: XS The size of the change in this PR is very small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants