This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

building gcc cross compiler


Hiiiiiii

I am trying to build gcc-3.x cross-compiler for Ada
language.I have successfully build binutils package
for the same target.
Now I am trying to configure the gcc by giving the
configure command as:

/configure
--prefix=/home/compiler/arpitj/cross/install/
--host=i686-pc-linux-gnu --enable-obsolete
--enable-languages="c,ada" --target=i***-unknown-coff
--with-/compiler/arpitj/binutils/binutil_build/install/bin/
--with-as=/home/compiler/arpitj/binutils/binutil_build/install/bin/
--with-ld=/home/compiler/arpitj/binutils/binutil_build/install/bin/
--with-ranlib=/home/compiler/arpitj/binutils/binutil_build/install/bin/

I am giving absolute path of
cross-assembler,linker,archiver,ranlib.

Can anyone please tell me whether it is correct?
bcoz I m getting error like:

installation problem, cannot exec
`/home/compiler/arpitj/binutils/binutil_build/install/bin/':
Permission denied

Thanks
Arpit



		
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]