This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

bootloader using gcc and Eclipse, remove impure_data ??

Hello,

I'm trying to build the bootloader for gcc/Eclipse.

I used the manual setup approach described here.

However, I can not fit in the allocated space, because there is a large 1k .data being created.

.data.impure_data 0x428 , lib_a-impure.o

Does anyone know how to eliminate this? At least at one point, this seems to be an issue with gcc arm: answers.launchpad.net/.../210088

Thank you,

Matthew

Parents Reply Children
No Data
Related