My guess is you are not supplying the linker command file which contains the specification for these output sections. The linker is telling you that it is creating these output sections, and allocating them to target memory, using the default rules. These default rules are wrong almost all the time.
Thanks and regards,
-George