Help with cygwin and cache simulators


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help with cygwin and cache simulators
# 1  
Old 04-30-2010
Help with cygwin and cache simulators

I've just installed cygwin to run some well known Cache Simulators in a UNIX enviroment.

I have installed cygwin according to the install instructions.
Every time i try to run a make file from any of these simulators, I get the same exact error:

And the makefiles do not work.

Is there any initializations I need to do in cygwin to get these to work?
# 2  
Old 04-30-2010
Exactly what is the make error?
# 3  
Old 05-01-2010
It says that the gcc compiler is not working properly...and it says the c compiler cannot create executables...

however i completed the cygwin install and it included the gcc compiler...
when i type the command to get the version it gives me a version telling me it's present...

---------- Post updated at 11:06 PM ---------- Previous update was at 10:28 PM ----------

I actually fixed my problem...

I went back and ran the setup.exe for cygwin and specifically installed the gcc compiler for C++ and the GNU make.

Everything is workign now!
# 4  
Old 05-01-2010
Glad you were able to fix your problem.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Linux cache

Hi, We are working on OEL5.7 (Oracle Linux) OS. We have a server with 64GB RAM. When we issue free -m command which shows the used, available and cached space. Most of the space is shown in cached section, where as we are not really doing much activity on the server. It's like cached is... (5 Replies)
Discussion started by: shrshah64
5 Replies

2. Shell Programming and Scripting

opening new instance of cygwin from withing cygwin

I'm using cygwin on win7, What I would like to do is something like this: cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e I know I can start a new instance using either of these: mintty -e ... cygstart tail ... But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies

3. Linux

File cache /Page cache Linux

Hi All, could any one point out any open source test-suites for "File cache" testing and as well as performance test suites for the same. Currently my system is up with Linux/ext4. Regards Manish (0 Replies)
Discussion started by: hmanish
0 Replies

4. Linux

getting info on Cache Size, Data Cache etc..

Hi all I saw in Microsoft web site www.SysInternals.com a tool called CoreInfo from able to print out on screen the size of the Data and Instruction caches of your processor, the Locigal to Physical Processor mapping, the number of the CPU sockets. etc.. Do you know if in Linux is available a... (2 Replies)
Discussion started by: manustone
2 Replies

5. Linux

Linux cache

Hi all I am trying to understand the kernel memory management and require assistance in this regard. Kernel first creates the cache memory to perform any subsequent allocation to processes. I could not figure out how it is accomplished. Do kernel directly allocates any hardware cache or allocates... (0 Replies)
Discussion started by: joshighanshyam
0 Replies

6. Solaris

ARP Cache

Dear all, We are testing two of our servers for mq series connectivity. The scenario is, when one machine is shutting down it's services there are some scripts that do a dns update, which removes the ip address and relates it to the ip address of the other node on our dns server, and the update... (7 Replies)
Discussion started by: earlysame55
7 Replies

7. HP-UX

Buffer Cache

What is the "Buffer Cache" used for? (1 Reply)
Discussion started by: ALTRUNVRSOFLN
1 Replies

8. UNIX for Advanced & Expert Users

UBC cache vs. Metadata cache

hi, What is the difference between UBC cache and Metadata cache ? where can i find UBC cache Hits and Metadata cache Hits in hp-ux? Advanced thanx for the help. (2 Replies)
Discussion started by: sushaga
2 Replies

9. UNIX for Dummies Questions & Answers

UNIX simulators????

I am wanting to find a UNIX simulator, pref a shareware or freeware I can download. If anyone can help it would be greatly appreciated. (3 Replies)
Discussion started by: Kat_ComputerGeek
3 Replies
Login or Register to Ask a Question