Hi,
I'm using SYS/BIOS on an Omap L138. I'm currently working with the pspdrivers_02_10_01 I2CSample project. I tried to add the MessageQ module to build a I2C Process. When I added the -- var MessageQ = xdc.useModule("ti.sdo.ipc.MessageQ"); -- entry to the i2cSample.cfg I get the following warning:
lnk674 I2CTest_v2.p674 ...
"package/cfg/I2CTest_v2_p674.xdl", line 56: warning: specific address 0x20
overrides alignment of 1024 for ".text"
"package/cfg/I2CTest_v2.p674.s674", WARNING! at line 37990: [W9999]
Placing data in a code section (.text) is discouraged. The data may
be interpreted as code. This section will not be compressed.
b __c_int00
No Assembly Errors, 1 Assembly Warning
'Finished building: ../I2CTest_v2.cfg'
I'm using the OmapL138EVM as platform which automatically defines my sections. So I'm not sure how I can react on this warning. Is my code growing too big? Thinking of the 1Gbit DDR I would doubt it...
Thanks for any help on this