wayen820 / objcopy_to_carray

use objcopy to link binary data to a c-program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple example how to use objcopy to link binary data to a c-program,
without resorting to the c-compiler.

Written in 2014 by Christian Vogel <vogelchr@vogel.cx>, but I claim
no rights to this little snippet of code. Use as you see fit.

About

use objcopy to link binary data to a c-program


Languages

Language:Makefile 57.8%Language:C 42.2%