* Re: [ptxdist] OSELAS Toolchain 2023.07.0 fails to build clang
[not found] <1015967027.165350.1697535922582.JavaMail.zimbra@ppc-ag.de>
@ 2023-10-18 5:48 ` Michael Olbrich
2023-10-18 10:25 ` Mircea Ciocan
0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2023-10-18 5:48 UTC (permalink / raw)
To: Mircea Ciocan; +Cc: ptxdist
Hi,
On Tue, Oct 17, 2023 at 11:45:22AM +0200, Mircea Ciocan wrote:
> I was trying to compile the OSELAS-2023.07.0 from the original sources on a Ubuntu 22.04 and got the following error:
>
> ---------------------------
> target: cross-clang.extract
> ---------------------------
>
> extract: pkg_src=OSELAS.Toolchain-2023.07.0x/src/clang-16.0.6.src.tar.xz
> extract: pkg_extract_dir=OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/build-cross/clang-16.0.6
> patchin: no patches found
> finished target cross-clang.extract
> make: *** No rule to make target '/home/dev/Software/Toolchain/OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/sysroot-cross/bin/llvm-config', needed by '/home/dev/Software/Toolchain/OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/state/cross-llvm.prepare'. Stop.
> make: *** [build_all_v2.mk:44: gstate/arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized.build] Error 2
>
> It seems that the build directory is not even created.
> Do you have any idea what can I do ?
Just a wild guess: You're using ptxdist-2023.10.0 to build the toolchain.
Don't do that. Use ptxdist-2023.07.0 as specified in the config files.
Regards,
Michael
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] OSELAS Toolchain 2023.07.0 fails to build clang
2023-10-18 5:48 ` [ptxdist] OSELAS Toolchain 2023.07.0 fails to build clang Michael Olbrich
@ 2023-10-18 10:25 ` Mircea Ciocan
2023-10-19 7:16 ` Michael Olbrich
0 siblings, 1 reply; 3+ messages in thread
From: Mircea Ciocan @ 2023-10-18 10:25 UTC (permalink / raw)
Cc: ptxdist
----- Ursprüngliche Mail -----
Hi,
On Tue, Oct 17, 2023 at 11:45:22AM +0200, Mircea Ciocan wrote:
> I was trying to compile the OSELAS-2023.07.0 from the original sources on a Ubuntu 22.04 and got the following error:
>
> ---------------------------
> target: cross-clang.extract
> ---------------------------
>
> extract: pkg_src=OSELAS.Toolchain-2023.07.0x/src/clang-16.0.6.src.tar.xz
> extract: pkg_extract_dir=OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/build-cross/clang-16.0.6
> patchin: no patches found
> finished target cross-clang.extract
> make: *** No rule to make target '/home/dev/Software/Toolchain/OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/sysroot-cross/bin/llvm-config', needed by '/home/dev/Software/Toolchain/OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/state/cross-llvm.prepare'. Stop.
> make: *** [build_all_v2.mk:44: gstate/arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized.build] Error 2
>
> It seems that the build directory is not even created.
> Do you have any idea what can I do ?
Just a wild guess: You're using ptxdist-2023.10.0 to build the toolchain.
Don't do that. Use ptxdist-2023.07.0 as specified in the config files.
Regards,
Michael
Hello Michael and thanks for the answer,
should I stay then 2023.07.0 or should go to 2023.07.1, I remember it was a regression, is that relevant for the toolchain project ?
Best regards,
Mircea
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] OSELAS Toolchain 2023.07.0 fails to build clang
2023-10-18 10:25 ` Mircea Ciocan
@ 2023-10-19 7:16 ` Michael Olbrich
0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2023-10-19 7:16 UTC (permalink / raw)
To: Mircea Ciocan; +Cc: ptxdist
On Wed, Oct 18, 2023 at 12:25:44PM +0200, Mircea Ciocan wrote:
> ----- Ursprüngliche Mail -----
> Hi,
>
> On Tue, Oct 17, 2023 at 11:45:22AM +0200, Mircea Ciocan wrote:
> > I was trying to compile the OSELAS-2023.07.0 from the original sources on a Ubuntu 22.04 and got the following error:
> >
> > ---------------------------
> > target: cross-clang.extract
> > ---------------------------
> >
> > extract: pkg_src=OSELAS.Toolchain-2023.07.0x/src/clang-16.0.6.src.tar.xz
> > extract: pkg_extract_dir=OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/build-cross/clang-16.0.6
> > patchin: no patches found
> > finished target cross-clang.extract
> > make: *** No rule to make target '/home/dev/Software/Toolchain/OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/sysroot-cross/bin/llvm-config', needed by '/home/dev/Software/Toolchain/OSELAS.Toolchain-2023.07.0x/platform-arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized/state/cross-llvm.prepare'. Stop.
> > make: *** [build_all_v2.mk:44: gstate/arm-v7a-linux-gnueabihf-gcc-13.1.1-clang-16.0.6-glibc-2.37-binutils-2.40-kernel-6.3.6-sanitized.build] Error 2
> >
> > It seems that the build directory is not even created.
> > Do you have any idea what can I do ?
>
> Just a wild guess: You're using ptxdist-2023.10.0 to build the toolchain.
> Don't do that. Use ptxdist-2023.07.0 as specified in the config files.
>
> Regards,
> Michael
>
> Hello Michael and thanks for the answer,
> should I stay then 2023.07.0 or should go to 2023.07.1, I remember it was a regression, is that relevant for the toolchain project ?
Either one works. The issue is mostly cosmetic anyways and you're probably
not affected by that anyways.
Regards,
Michael
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-19 7:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1015967027.165350.1697535922582.JavaMail.zimbra@ppc-ag.de>
2023-10-18 5:48 ` [ptxdist] OSELAS Toolchain 2023.07.0 fails to build clang Michael Olbrich
2023-10-18 10:25 ` Mircea Ciocan
2023-10-19 7:16 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox