Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Build time reduction in Cygwin

Status
Not open for further replies.

viterbi

Member level 1
Joined
Jul 21, 2002
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
157
Hi friends,
First of all let me wish all of u a "HAPPY NEWYAER". I am compiling my C source code for the mobile handset using cygnus in Windows 2000 (1.8 Ghz and 256 mb Ram). There are around 250 mb of source files and takes around two and half hours. I would like to reduce the time taken to build the image (on ADS). Any suggestions from experiance peoples are welcome.
Rgds...
 

viterbi said:
Hi friends,
First of all let me wish all of u a "HAPPY NEWYAER". I am compiling my C source code for the mobile handset using cygnus in Windows 2000 (1.8 Ghz and 256 mb Ram). There are around 250 mb of source files and takes around two and half hours. I would like to reduce the time taken to build the image (on @DS). Any suggestions from experiance peoples are welcome.
Rgds...

If you use NTFS file system, try this registry seting:

REGEDIT4

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NtfsDisableLastAccessUpdate"=dword:00000001
 

If you are not interested in debugging, make sure the -g option is not used.

JJ
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top