RE: building gcc cross compiler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 
______________________________________________________________________


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux