public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* building gcc cross compiler
@ 2007-03-01 12:40 arpit jain
  2007-03-01 13:33 ` Rupert Wood
  0 siblings, 1 reply; 3+ messages in thread
From: arpit jain @ 2007-03-01 12:40 UTC (permalink / raw)
  To: gcc

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/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: building gcc cross compiler
  2007-03-01 12:40 building gcc cross compiler arpit jain
@ 2007-03-01 13:33 ` Rupert Wood
  0 siblings, 0 replies; 3+ messages in thread
From: Rupert Wood @ 2007-03-01 13:33 UTC (permalink / raw)
  To: 'arpit jain'; +Cc: 'gcc'

arpit jain wrote:

> --with-as=/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

It wants the complete path of the executable, not the path containing the executable, i.e.

--with-as=/home/compiler/arpitj/binutils/binutil_build/install/bin/as
--with-ld=/home/compiler/arpitj/binutils/binutil_build/install/bin/ld

etc.

Rup.



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* building gcc cross compiler
@ 2007-02-28 13:08 arpit jain
  0 siblings, 0 replies; 3+ messages in thread
From: arpit jain @ 2007-02-28 13:08 UTC (permalink / raw)
  To: gcc

Hii,

         Can anyone please tell me which gcc version
should I build for Ada language as I want to build it
as a cross compiler on Linux for intel i960 target
processor.

I have already tried gcc-3.4.6 and gcc-3.4.2 but there
is some error in both builds.


Thanks 
Arpit



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-03-01 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-01 12:40 building gcc cross compiler arpit jain
2007-03-01 13:33 ` Rupert Wood
  -- strict thread matches above, loose matches on Subject: below --
2007-02-28 13:08 arpit jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).