On 09/21/2010 12:00 PM, evolution test wrote:
> Hello,
> I am using ptxdist to build file system for armv6k architecture.
> 
> I am using my own toolchain for building.
> 
> I am facing below error during build.
> 
> checking build system type... i686-host-linux-gnu
> checking host system type... i686-host-linux-gnu
                               ^^^^^^^^^^^^^^^^^^^

This looks fishy. If you're cross compiling to arm the output should
look like this:

checking build system type... x86_64-host-linux-gnu
checking host system type... arm-iwmmx-linux-gnueabi

> checking for gcc... arm-none-linux-gnueabi-gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... configure: error: cannot run C
> compiled programs.
> If you meant to cross compile, use `--host'.
> See `config.log' for more details.
> make: *** [/home/tmp/ptxdist_pjt/platform-mrs-test/state/zlib.prepare] Error
> 1
> 
> Can anybody help me where is the problem.

Please check your platform configuration:

    ptxdist platformconfig
        -> architecture

It should say "arm" in this submenu.

cheers, Marc
-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to