Tool/software: TI C/C++ Compiler
Target Device TMDSEVM6678 / TMDSEVM6678LE
Hi All,
I have come across the below links on how to link a binary resource (eg. an image, or an array of 8-bit data) into an executable, however, the are pretty old.
I know I could do that with gcc linker using ld command ... ( ld -r -b binary -o outfile.o infile.bin )
but I am wondering if there is such feature in C6000 ti compilers (eg 8.3.x )
Please let me know if you are aware of such utilities ... I just tend not convert the binary into c code and then compile; particularly because the binary data is pretty huge for my case (140mb) and compilers could crash (I have had that experience with QT MinGW gcc).
Any update on such utilities or a feasible workaround is much appreciate it.
Regards