I have got the source code from https://github.com/omapconf/omapconf, but I do not know how to build it.
because it need c libraries.
include<ctype.h>、include<unistd.h>、include<stdlib.h>、include<stdio.h>
That ctype.h and unistd.h I have copied from another project and put them in omapconf-master/linux and omapconf-master/arch/arm/mach-omap/omap4 respectively, but stdio.h and stdlib.h I don't know how to set it. Can I copy them from another project and were I can find them? Thank you.