The filesystem arago-base-tisdk-image-am335x-evm have only the thttpd web server
how do i add "httpd" tool to filesystem arago-base-tisdk-image-am335x-evm???
how do i compile the httpd single execute file (no Link to executable ) use busybox???
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.
The filesystem arago-base-tisdk-image-am335x-evm have only the thttpd web server
how do i add "httpd" tool to filesystem arago-base-tisdk-image-am335x-evm???
how do i compile the httpd single execute file (no Link to executable ) use busybox???
Hi,
Yes, perhaps using the busybox httpd applet is the easiest way.
The busybox binary that comes included with our SDK doesn't have the httpd applet built-in, but you can find details about how to configure and cross compile busybox here: http://www.busybox.net/FAQ.html
Best regards,
Miroslav
Hi Miroslav
Thank you,
I know how to cross compile the busybox, and When I compiled, I get a httpd (Link to executable)
This "link" can not be used in conjunction with the arago-base-tisdk-image-am335x-evm filesytem
I want to know how to compiler the httpd as single program by busybox
BusyBox is a multi-call binary and this is how it operates - using links that pass the desired BusyBox function as an argument to the "busybox" binary.
Best regards,
Miroslav