Linker incbin directive as gcc

Technical questions regarding the XTC tools and programming with XMOS.
mmar
Experienced Member
Posts: 123
Joined: Fri Jul 05, 2013 5:55 pm

Linker incbin directive as gcc

Post by mmar »

Helllo
I try build code with bin firmware for other device incorporated in flash, but without make difference to ram ... mean read from qflash when used. Maybe this add size is >256k
As first I try use asm and .incbin - this don't work. Then I try .file directive that produce relocation R_XCORE1_DP_REL16 is out of range

Then I ask: have xcc linker any way to add data to end of binary file created ? Stored only in qflash internal XUF2xx? When not I use shell concatenate two bin files..., but

Have lib flash any code to read this added bin data? In boot upgrade 1... partition?

I know only access to data part in flash when created...

Pls info.