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