View Single Post
Posts: 515 | Thanked: 266 times | Joined on Nov 2009 @ Oelsted, Denmark
#153
Originally Posted by rontti View Post
Hi, you don't need qmake at all. Use nmon makefile.
Code:
mkdir nmon-0.1
cp nmon12d.c nmon-0.1/
cp makefile nmon-0.1/
cd nmon-0.1
mv nmon12d.c lmon.c
mad make
I think I need to create and extra line in the makefile like this:
Code:
nmon_armel:
	cc -o nmon $(FILE) $(CFLAGS) $(LDFLAGS) -D ARMEL
And then run:
Code:
$ mad make nmon_armel
cc -o nmon lmon.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM -lncurses -g -D ARMEL
Otherwise I'm compiling to POWER architecture (right?)...
__________________
Christian Wilken - tux-POWER.dk!
... May the Source be with You ...

Last edited by DrWilken; 2010-02-08 at 14:04.