Re: [Gems-users] gems/simics configuration problem


Date: Thu, 09 Mar 2006 11:42:19 -0800
From: Bilal Zafar <bzafar@xxxxxxx>
Subject: Re: [Gems-users] gems/simics configuration problem
Dave,
Here's the solution to your problem -- take from simic forums:

https://www.simics.net/mwf/topic_show.pl?pid=39957&hl=gcc%204&hlm=phrase
#39957 

Add the following lines to [simics]/scripts/cctype.sh, right after the
gcc3 check:

    # treat gcc4 as gcc3 for now    
	$COMPILER -dumpversion 2>&1 |  egrep "^[A-Za-z-]*4\." >/dev/null

	if [ "$?" = "0" ] ; then        
		echo "gcc3" ; exit    
	fi


-----Original Message-----
From: gems-users-bounces@xxxxxxxxxxx
[mailto:gems-users-bounces@xxxxxxxxxxx] On Behalf Of Mike Marty
Sent: Thursday, March 09, 2006 11:31 AM
To: Gems Users
Subject: Re: [Gems-users] gems/simics configuration problem


Dave wrote:
> Hello All,
>
> I'm new to GEMS and trying to install it on a x86 Linux machine. I
> have gems-release 1.2 and simics 2.2.19. It looks like simics 3.0 has 
> a different directory structure, so I'm trying the older version 
> 2.2.19. As described at 
> http://www.cs.wisc.edu/gems/doc/wiki/moin.cgi/Setup, I'm trying to 
> configure simics, but it gives me an error "checking for compiler 
> type... configure: error: Could not determine compiler version for 
> compiler CC='/usr/bin/gcc'". The compiler version is gcc version 4.0.0

> 20050519 (Red Hat 4.0.0-8). Is it not supported? What should I do? Any

> help regarding this matter will be greatly appreciated.
>

We use GCC 3.4.x. 

This is a Simics problem.  Either contact a Simics help forum, or use a 
different compiler?



_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users


[← Prev in Thread] Current Thread [Next in Thread→]