[haiku-development] Re: Cross-building Haiku, does output (generated) directory need to be under source tree path?

  • From: Adrien Destugues <pulkomandy@xxxxxxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Wed, 19 Apr 2017 07:13:22 +0200

On Tue, Apr 18, 2017 at 08:05:32PM +0000, Thomas Mueller wrote:

My configure invocation was

/home/nbarlene/haiku/haiku/configure --bootstrap 
/home/nbarlene/haiku/haikuporter/haikuporter 
/home/nbarlene/haiku/haikuports.cross /home/nbarlene/haiku/haikuports 
--build-cross-tools x86_gcc2 /home/nbarlene/haiku/buildtools 
--build-cross-tools x86 --cross-tools-prefix 
/home/nbarlene/myhaiku/fb64generated-bootstrap --use-clang --use-xattr 
--include-gpl-addons --include-3rdparty 

run from directory 
/home/nbarlene/myhaiku/fb64generated.clang-bootstrap

You are trying probably the most complex and least tested configuration:
using clang and doing a bootstrap build. Both are very much untested
features. You are also mixing build-cross-tools and cross-tools-prefix,
which I'm not sure makes any sense.

Try to get things working in a simple, standard configuration first:

../haiku/configure --build-cross-tools x86_gcc2 ../buildtools
--build-cross-tools x86 --use-xattr --include-gpl-addons
--include-3rdparty

Once you get that working, you can try to add either clang or bootstrap,
and move on to fixing the next set of problems.

-- 
Adrien.

Other related posts: