From: SourceForge.net <no...@so...> - 2004-03-25 02:31:23
|
Bugs item #532588, was opened at 2002-03-20 09:23 Message generated for change (Settings changed) made by bjbrew You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=405830&aid=532588&group_id=32543 Category: None Group: None >Status: Closed Resolution: None Priority: 5 Submitted By: Oliver Pitzeier (opitzeier) Assigned to: Nobody/Anonymous (nobody) Summary: Tryied it on an Alpha EV67 !??! -Part 2 Initial Comment: I also get this with the cluster-tools: [root@clusternode1 cluster-tools-0.5.6]# make install for i in libcluster cmd ; do cd /root/cluster-tools- 0.5.6/$i ; make install ; done make[1]: Entering directory `/root/cluster-tools- 0.5.6/libcluster' gcc -I../include -Wall -c -o ssisys.o ssisys.c ssisys.c: In function `ssisys': ssisys.c:24: inconsistent operand constraints in an `asm' make[1]: *** [ssisys.o] Error 1 make[1]: Leaving directory `/root/cluster-tools- 0.5.6/libcluster' make[1]: Entering directory `/root/cluster-tools- 0.5.6/cmd' gcc -I../include -Wall -O2 -D_GNU_SOURCE -c -o ssisys.o ssisys.c ssisys.c: In function `ssisys': ssisys.c:24: inconsistent operand constraints in an `asm' make[1]: *** [ssisys.o] Error 1 make[1]: Leaving directory `/root/cluster-tools- 0.5.6/cmd' make: *** [install] Error 2 -Oliver ---------------------------------------------------------------------- Comment By: Oliver Pitzeier (opitzeier) Date: 2002-03-22 00:44 Message: Logged In: YES user_id=156662 Well, hi again Aneesh! This worked as well! But see the other bug-note... I'm still having problems... :o) -Oliver ---------------------------------------------------------------------- Comment By: Aneesh Kumar K.V (kvaneesh) Date: 2002-03-20 21:03 Message: Logged In: YES user_id=230991 I guess this is a know problem which i have added in all my previous mail. It is the build issue that i pointed before with cluster tools. You need to replace the unistd.h file in the cluster tools with the unistd.h file from the alpha directory. BTW try the latest clustertools. cd cluster-tools-0.6.0 cp /usr/src/linux/include/asm-alpha/unistd.h include/asm/unistd.h ( I guess we should all these header files to pick from the linux kernel ) -aneesh ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=405830&aid=532588&group_id=32543 |