Hi,
Is it possible to do something like this:
unsigned char arr[] = {
#include "cFile.c"
}
I need that C source file cFile.c to compile and its binary output to
include in array.
How we can achieve it? Any other trick to do this?
Thanks,
Sachin
Is it possible to do something like this:
unsigned char arr[] = {
#include "cFile.c"
}
I need that C source file cFile.c to compile and its binary output to
include in array.
How we can achieve it? Any other trick to do this?
Thanks,
Sachin
Comment