Is it possible that in the C6000 CGTools (I use 7.4.2 under Win x64) DATA_ALIGN cannot align to powers of 2 that are higher than a certain amount? For example, I am trying to align a buffer to a 64KB boundary (0x10000) but its address in the result executable is 0x80808000 which is not aligned.
Thanks,
-itay