Hi
i am trying to create a plugin that can read data from a csv file - its purpose is to display information to the user when booting up
i am new to c development and also to developing in ubuntu - normally use visual studio and windows xp, so don't totally understand how everything works yet
i have created a scipt that i am able to compile and run through ubuntu terminal to display info from a csv file on my desktop - so now i want to implement something similar within rockbox but getting errors when running make command,
i am missing these header files: unistd.h, sys/stat.h, pwd.h and dirent.h
can somebody tell me where i can get these header files and do i just copy and paste them into include folder or how do i add them into rockbox?
thanks