OSDev.org

The Place to Start for Operating System Developers
It is currently Mon Apr 29, 2024 3:50 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Solved problem building cross compiler
PostPosted: Wed Jul 27, 2011 5:43 am 
Offline
Member
Member
User avatar

Joined: Mon Jan 26, 2009 2:48 am
Posts: 792
Just to let you know. Building a cross compiler under Cygwin failed because "make" couldn't create some temporary directory. Though I couldn't find the exact cause, I suspected the problem had something to do with file permissions. After experimenting for a while, I solved the problem by mounting all Cygwin directories with the "noacl" option in "/etc/fstab":
Code:
C:/Program\040Files/Cygwin/bin /usr/bin ntfs override,noacl,posix=0 0 0
C:/Program\040Files/Cygwin/lib /usr/lib ntfs override,noacl,posix=0 0 0
C:/Program\040Files/Cygwin / ntfs override,noacl,posix=0 0 0

none /cygdrive cygdrive noacl,posix=0,user 0 0
Maybe it's a dirty hack but then again, I'm a Windows user.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group