Spritetm / hadbadge2019_fpgasoc

FPGA SoC code and application example for Hackaday Supercon 2019 badge
Other
157 stars 70 forks source link

sdk: Align all input sections to .data to 4 bytes #106

Closed smunaut closed 4 years ago

smunaut commented 4 years ago

This is the only solution I found to force every binary file included to be aligned to 32 bits. My attempts to set the alignement inside the .o generated by arguments to objcopy didn't yield anything.

Signed-off-by: Sylvain Munaut tnt@246tNt.com

Spritetm commented 4 years ago

It's probably fine; we have a relative metric shitload of ram anyways.