Re: I can't cross build 10 on 10??

2023-04-28 Thread Lloyd Parkes
And now it works fine. The only change I made was to update my build host to the latest 10_BETA. I had already updated the base and comp sets on that host before I sent my first email because it smelled like tool(chain) confusion. Thanks for the advice even though I didn't end up needing it.

Re: I can't cross build 10 on 10??

2023-04-28 Thread RVP
On Fri, 28 Apr 2023, Lloyd Parkes wrote: It looks like something is going wrong with the host tools and they are trying to use host includes when they should be using in-tree includes. One concise example is # compile csu/gcrt0.o /home/lloyd/NetBSD/tooldir/bin/sparc--netbsdelf-gcc

Re: I can't cross build 10 on 10??

2023-04-28 Thread Valery Ushakov
On Fri, Apr 28, 2023 at 13:22:02 +1200, Lloyd Parkes wrote: > It looks like something is going wrong with the host tools and they are > trying to use host includes when they should be using in-tree includes. One > concise example is [...] > For some reason, the include path isn't set correctly. I

I can't cross build 10 on 10??

2023-04-27 Thread Lloyd Parkes
Hi all, I recently started trying to build 10_BETA for some of my non-amd64 platforms using my 10_BETA amd64 build hosts and it just won't work. It looks like something is going wrong with the host tools and they are trying to use host includes when they should be using in-tree includes. One