Hi. I'm a newbie, so any help is appreciated. I am trying to port a few applications over to the fox. Please forgive me if this have been answered somewhere else -- please point me to the link because I could not find it.
If anyone can help me, I'd appreciate it. For example, I'm trying to get TCL on the fox. If you untar the file, you get several directories, each with multiple ".c" files. Working in the unix subdirectory, I think what I need to do is run ./configure to get the standard Makefile, then modify it -- this is where I get lost. Even looking at the examples provided (http://www.acmesystems.it/?id=711), I'm still not sure if all I need to do is add the following: AXIS_USABLE_LIBS = UCLIBC GLIBC include $(AXIS_TOP_DIR)/tools/build/Rules.axis GCC=gcc-cris CFLAGS= -isystem mlinux -g 02 Wall LD=ld-cris This generated a lot of ".o" files, "make" works OK, but I can't get the program to work properly. Can someone please point me in the right direction? Thanks!
