On Thu, 2008-03-20 at 23:24 +0100, Torsten Günter wrote: > How can I compile a program to use it on the foxboard? > > especially bc... >
There are two ways, for small, simple programs you can use the acmesystems webcompiler service http://www.acmesystems.it/?id=200 Or install the sdk and follow the instructions on the acme site to compile using that http://www.acmesystems.it/?id=711 I am using the phrozen SDK, probably the easy way is to download vmware player and run it as a virtual machine using the instructions here http://www.acmesystems.it/?id=43 I would recommend the SDK route, the webcompiler is ok for very small projects but you have no real control over the makefile or any build dependencies and you can't use the webcompiler service to build a new flash image if you want to change kernel options or update your board. For an existing Makefile you probably want to be adding AXIS_USABLE_LIBS = UCLIBC GLIBC include $(AXIS_TOP_DIR)/tools/build/Rules.axis to the top before starting the build process. Hope that helps Wayne
