Comment by acka
3 years ago
This article[1] shows how you can use GCC toolchain along with objcopy to create an object file from a binary blob, link it, and use the data within in your own code.
[1] https://balau82.wordpress.com/2012/02/19/linking-a-binary-bl...
Great for Linux. Less so for Mac OS-X and Solaris (all three of which I use at work).