2008/12/22 vandy linux <vandy.li...@gmail.com>:
> Hi All,
> I have downloaded example project, target is omap3 for me.
>
> git-clone git://linux.onarm.com/git/example-project.git
> cd example-project
>
> matrix install -j2 -comap3
>
> Checking cache: 2
> 0/1 Building   src/gtk-doc
> 0/1 Failed     src/gtk-doc/meta/build.log
> Error: Failed to build gtk-doc
>
> it is giving error while compiling gtk-doc
>
> the log is pasted below:-
> ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
> --disable-gtk-doc --disable-xml-docs --disable-doxygen-docs
> --disable-docbook --disable-docs --disable-demos --disable-examples
> --disable-tests --disable-debug
> --with-xml-catalog=/scratchbox/devkits/doctools/etc/xml/catalog
> checking for a BSD-compatible install... /scratchbox/tools/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for style of include used by make... GNU
> checking for gcc... 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.

This is the file that would contain the actual error and hints on what
actually goes wrong.

> Since we have no ctrl over the build process, if done manuallly --host in
> makefile would do the trick, but how can this be done now?

No, you don't use --host with scratchbox. If you want to cross-compile
"by hand", you don't need scratchbox for that...

-- 
Kalle Vahlman, z...@iki.fi
Powered by http://movial.fi
Interesting stuff at http://sandbox.movial.com
See also http://syslog.movial.fi
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to