I wanna compile aMule for the Foxboard (strange idea...), so i-ve done these steps:
1) Downloaded the source 2) Uncompressed the source into /apps/amule 3) . init_env 4) cd apps 5) cd amule 6) As suggested in the documentation: ./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon --enable-amulecmd --enable-webserver 7) Edited all the makefiles adding at the top: AXIS_USABLE_LIBS = GLIBC include $(AXIS_TOP_DIR)/tools/build/Rules.axis 8) make cris-axis-linux-gnu Everythings seems going fine... but I cannot locate a valid compiled source for the foxboard, i can only find the executable for the host machine (under apps/amule/src). Any idea of what i'm doing wrong?
