#1879 - Sweex - Fri Jan 24, 2003 11:08 pm
I'm looking for a fast way to get data into my binary. Currently I'm converting my data to source file containing a const array of u32. Problem is that these files get really big and take up time to compile.
So I'm looking for some fast way to get a datafile included without having to convert it to "source code". Is there a way to output in the format of an obj (.o) file?
(Background info: I'm writing some data system to get files into my ROM. Probably similar to GBFS, but I'm storing contents of a directory (tree) so you don't need to add it to some kind of archive.)
Tnx in advance!:)
So I'm looking for some fast way to get a datafile included without having to convert it to "source code". Is there a way to output in the format of an obj (.o) file?
(Background info: I'm writing some data system to get files into my ROM. Probably similar to GBFS, but I'm storing contents of a directory (tree) so you don't need to add it to some kind of archive.)
Tnx in advance!:)