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
Hi,
I want to build hello_world example for arm_cortex_m4 using "make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_corstone_300 TARGET_ARCH=cortex-m4 OPTIMIZED_KERNELS=cmsis_nn hello_world" command. But there is an error "section `.data' can't be allocated in segment 0 LOAD: .text .ARM.exidx .copy.table .zero.table .data" How can I solve this?
Thanks.
The text was updated successfully, but these errors were encountered:
asyatrhl
changed the title
section `.data' can't be allocated in segment 0 LOAD: .text .ARM.exidx .copy.table .zero.table .data
Hello world: section `.data' can't be allocated in segment 0 LOAD: .text .ARM.exidx .copy.table .zero.table .data
Jan 3, 2025
Hi @asyatrhl This is not really an "error", more of a weird implementation warning I guess. It should still work even with this message.
If you don't find thats the case then can you provide any further info on where it fails?
The output of that make command should still be the hello world binary
Hi,
I want to build hello_world example for arm_cortex_m4 using "make -f tensorflow/lite/micro/tools/make/Makefile TARGET=cortex_m_corstone_300 TARGET_ARCH=cortex-m4 OPTIMIZED_KERNELS=cmsis_nn hello_world" command. But there is an error "section `.data' can't be allocated in segment 0 LOAD: .text .ARM.exidx .copy.table .zero.table .data" How can I solve this?
Thanks.
The text was updated successfully, but these errors were encountered: