This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Re: [CT_NG] Oops. Now mpfr website is broken.


Ok.. I now  final isntalled directory  is "{HOME}/x-tool/" now using
.config's analysis.
I am stupid. Sorry...
I am compiling  G++ Source code using arm toolchain that are built by
crosstool-ng ver 1.1.1.
Thank you for your explanation.



> You must NOT use the g++ in the gcc-core-shared directory, it is notcomplete!
> Use the one is the install directory of your toolchain.

I can not understand upeer message. Where is  toolchain directory perfectly?
Below is my installation sequence . Is it incorrect??

[root@centos51 opt]#  cd /opt/crosstool-ng-1.1.1
[root@centos51 opt]# ./configure --prefix=/opt/androidltoolchain111
[root@centos51 opt]# make
[root@centos51 opt]# make install
[root@centos51 opt]# export PATH="${PATH}:/opt/androidltoolchain111/bin"
[root@centos51 opt]# cd  /opt/ct-ng (/your/development/directory)
[root@centos51 opt]# ct-ng menuconfig
[root@centos51 opt]# ct-ng build
[root@centos51 opt]# cd /opt
[root@centos51 opt]# tree -L 3 ./ct-ng
./ct-ng
|-- config -> /opt/androidtoolchain111/lib/ct-ng-1.1.1/config
|-- config.gen
|   |-- debug.in
|   `-- tools.in
|-- kconfig
|   `-- mconf
`-- targets
    |-- armeb-unknown-linux-gnu
    |   |-- build
    |   `-- state
    |-- src
    |   |-- binutils-2.18.50.0.6
    |   |-- duma-2_5_12 -> duma_2_5_12
    |   |-- duma_2_5_12
    |   |-- gcc-4.2.3
    |   |-- gdb-6.6
    |   |-- glibc-2.6.1
    |   |-- gmp-4.2.2
    |   |-- linux-2.6.24.6
    |   |-- mpfr-2.3.1
    |   |-- sstrip
    |   `-- strace-4.5.16
    `-- tarballs
        |-- binutils-2.18.50.0.6.tar.bz2
        |-- duma-2_5_12.tar.gz -> duma_2_5_12.tar.gz
        |-- duma_2_5_12.tar.gz
        |-- gcc-4.2.3.tar.bz2
        |-- gdb-6.6.tar.bz2
        |-- glibc-2.6.1.tar.bz2
        |-- glibc-ports-2.6.1.tar.bz2
        |-- gmp-4.2.2.tar.bz2
        |-- linux-2.6.24.6.tar.bz2
        |-- mpfr-2.3.1.tar.bz2
        |-- showfiles.php?group_id=149725
        |-- sstrip.c
        `-- strace-4.5.16.tar.bz2

20 directories, 16 files

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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