I'm trying to port a Tcl/Tk python application, and that part of it wasn't too difficult. There are Tkinter packages in the repository. However, I can't seem to find any Tcl/Tk packages. This has convinced me that I need to compile it on my own. 
<br><br>The wiki gives instructions for compiling using bitbake and compiling against GTK libraries. I have not been able to get bitbake to work, and my understanding is that I would need to write a &quot;Recipe&quot; to do that anyhow. 
<br><br>I attempted to install <a href="http://www.emdebian.org/tools.html">http://www.emdebian.org/tools.html</a> onto my ubuntu box, but that had a number of missing files. This should allow me to compile natively to the ARM architecture, but there&#39;s a little wrinkle there too. I&#39;ve attempted to use the gcc that&#39;s built with the source, and it claims to be for the arm-linux-gnueabi target. I&#39;ve been unable to find the associated library files for that target. 
<br><br>My question for you folks is the following: What do you think is the best route for accomplishing this task?<br><br>Thanks!<br>