This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM355 "getenv" function not found kernel



Hi, I'm trying to use the standard C "getenv" function in a file I've written for the kernel (linux-2.6.10_mvl401), and the library for it seems not to exist, neither does the header "stdlib.h" where it normally gets defined. Is getenv supported by this kernel, or is there another supported function which will get me the value of an enviromental variable at kernel boot time?

Many thanks