Hi all<br>I'm trying to cross compile dhcp for arm, I'm not so expert. Can someone give me some indications?<br>I ran the ./configure, with this line:<br><br>./configure --host=arm-linux --cachefile=config.cache<br>
<br>where config.cache is a file created by me with the following line:<br><br>ac_cv_file__dev_random=yes<br><br>The configure seems to run correctly, and I have a Makefile. When i tried to make, I saw that the compiler looks for compiled files in the /bind folder, so I tried to compile files in it. When I ran the ./configure command, with the value arm-linux for the --host option, he stops with an error "configure: error: cannot run test program while cross compiling".<br>
What am I missing?<br>I'm Googling but I can't find anything useful.<br>Thanks!<br>