I keep gettings the followings warnings when linking my application.
>> warning: creating output section bootloader without SECTIONS specification
>> warning: creating output section pcm_data_buf without SECTIONS specification
>> warning: creating output section sram without SECTIONS specification
>> warning: creating output section saram without SECTIONS specification
>> warning: creating output section daram without SECTIONS specification
>> warning: bootloader section (0x3ef90) spans page boundary: not allowed before
I am not sure how to get rid of these warning. I have read the C5505 compiler and assembler user's manuals but have not come up
with a solution. I am using C/C++ and not asssembly lanuage.
Thanks
Barry