GNU bug report logs -
#42561
arm-none-eabi-toolchain fails to build
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Mon, Jul 27, 2020 at 06:39:11PM +0200, Jan Wielkiewicz wrote:
> I think I fixed it, but someone needs to check it.
> I looked at this issue as inspiration: https://issues.guix.gnu.org/41210
> Now the package compiles, but it didn't fail yet, so it might be the
> fix!
> That's what I did:
>
> index e3a9017ba5..c7b8fcc0ce 100644
> --- a/gnu/packages/embedded.scm
> +++ b/gnu/packages/embedded.scm
> @@ -251,7 +251,7 @@ usable on embedded products.")
> (origin-patches (package-source gcc-7))
> (search-patches
> "gcc-7-cross-environment-variables.patch"))))) (native-inputs
> - `(("gcc <at> 5" ,gcc-5)
> + `(("gcc <at> 7" ,gcc-7)
> ("flex" ,flex)
> ("isl" ,isl-0.18)
> ,@(alist-delete "isl" (package-native-inputs xgcc))))
The default gcc is already gcc <at> 7. I'm test building it now with flex and
package-native-inputs xgcc. That gets the "correct" isl for gcc <at> 7.
--
Efraim Flashner <efraim <at> flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 5 years and 15 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.