<br><br><div class="gmail_quote">On Wed, May 7, 2008 at 10:06 PM, Geoffrey Lee &lt;<a href="mailto:glee@ok-labs.com">glee@ok-labs.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, May 07, 2008 at 06:18:41AM -0700, Geoff White wrote:<br>
<br>
Hi Geoff<br>
<br>
Apart from what Josh has said, in this specific instance it seems<br>
your host development environment is not setup properly.<br>
<div class="Ih2E3d"><br>
&gt; gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I. -c<br>
&gt; /home/okl4user/okl4_2.1/oklinux_2.6.23.21/apps/busybox/scripts/config/conf.c<br>
&gt; -o conf.o<br>
&gt; /home/okl4user/okl4_2.1/oklinux_2.6.23.21/apps/busybox/scripts/config/conf.c:6:19:<br>
&gt; error: ctype.h: No such file or directory<br>
<br>
<br>
</div>Here it is trying to invoke the host gcc. &nbsp;Your host environment is<br>
missing ctype.h (Check ls -al /usr/include/ctype.h). &nbsp;Can you<br>
ensure you have the glibc header files and its dependencies installed?<br>
<br>
Please let us know how you go.<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;-gl</blockquote><div><br>Um, this is the command that I used with 1.5.2 without any problems.&nbsp; For that treee it couldn&#39;t be using the host gcc because the host was a 64 bit processor and I had no problems running my built images in Qemu.<br>
<br>Also ctypes.h definitely appears in /usr/include on my host system&nbsp;&nbsp; wihich is Ubuntu 8.04;)<br>But I think I had to change some files in the 1.5.2 treee to get it to compile properly, I just can&#39;t remember what I changed ;)<br>
I&#39;ll try specifying toolprefix <br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<div class="Ih2E3d"><br>
<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; and so on and so on...<br>
&gt;<br>
&gt; I could track this down but I wanted to know if there is a step left out of<br>
&gt; the install.<br>
<br>
</div>&gt; _______________________________________________<br>
&gt; Developer mailing list<br>
&gt; <a href="mailto:Developer@okl4.org">Developer@okl4.org</a><br>
&gt; <a href="https://lists.okl4.org/mailman/listinfo/developer" target="_blank">https://lists.okl4.org/mailman/listinfo/developer</a><br>
<font color="#888888"><br>
<br>
--<br>
<br>
<br>
_______________________________________________<br>
Developer mailing list<br>
<a href="mailto:Developer@okl4.org">Developer@okl4.org</a><br>
<a href="https://lists.okl4.org/mailman/listinfo/developer" target="_blank">https://lists.okl4.org/mailman/listinfo/developer</a><br>
</font></blockquote></div><br>