Re: Not bootstrapping a cross-compiler
- In reply to: Jochen Neumeister : "Not bootstrapping a cross-compiler"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Nov 2024 18:45:57 UTC
Jochen, Post your make.conf, src.conf and src-env.conf if any. Are you using llvm/clang from ports? Sent from the 6th Dimension > On Nov 20, 2024, at 10:55, Jochen Neumeister <joneum@freebsd.org> wrote: > > Alloah ML, > > I have a problem here after I just wanted to update CURRENT: > > After a “git pull” in /usr/src I get this error at buildworld: > > > make -j12 buildworld > --- buildworld --- > make[1]: "/usr/src/Makefile.inc1" line 362: SYSTEM_COMPILER: Determined that CC=cc matches the source tree. Not bootstrapping a cross-compiler. > make[1]: "/usr/src/Makefile.inc1" line 367: SYSTEM_LINKER: Determined that LD=ld matches the source tree. Not bootstrapping a cross-linker. > --- buildworld_prologue --- > -------------------------------------------------------------- > >>> World build started on Wed Nov 20 17:54:39 CET 2024 > -------------------------------------------------------------- > --- _cleanworldtmp --- > >>> Deleting stale files in build tree... > 0.13 real 0.22 user 0.11 sys > *** [_cleanworldtmp] Error code 6 > > make[1]: stopped making "buildworld" in /usr/src > make[1]: 1 error > > make[1]: stopped making "buildworld" in /usr/src > > make: stopped making "buildworld" in /usr/src > > > Does anyone have any tips? I can't find anything on google. > > > cheers > Jochen >