* bug#42561: arm-none-eabi-toolchain fails to build
@ 2020-07-27 16:00 Jan Wielkiewicz
2020-07-27 16:39 ` Jan Wielkiewicz
0 siblings, 1 reply; 4+ messages in thread
From: Jan Wielkiewicz @ 2020-07-27 16:00 UTC (permalink / raw)
To: 42561
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
Hello,
it seems arm-none-eabi-toolchain fails to build.
I'm attaching the log below.
Jan Wielkiewicz
[-- Attachment #2: 7f9ly6zh11q554nm9ahdryp4jg7vq7-gcc-cross-sans-libc-arm-none-eabi-7-2018-q2-update-1.261907.drv.bz2 --]
[-- Type: application/x-bzip, Size: 318636 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#42561: arm-none-eabi-toolchain fails to build
2020-07-27 16:00 bug#42561: arm-none-eabi-toolchain fails to build Jan Wielkiewicz
@ 2020-07-27 16:39 ` Jan Wielkiewicz
2020-07-28 7:00 ` Efraim Flashner
0 siblings, 1 reply; 4+ messages in thread
From: Jan Wielkiewicz @ 2020-07-27 16:39 UTC (permalink / raw)
To: 42561
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@5" ,gcc-5)
+ `(("gcc@7" ,gcc-7)
("flex" ,flex)
("isl" ,isl-0.18)
,@(alist-delete "isl" (package-native-inputs xgcc))))
Jan Wielkiewicz
^ permalink raw reply related [flat|nested] 4+ messages in thread
* bug#42561: arm-none-eabi-toolchain fails to build
2020-07-27 16:39 ` Jan Wielkiewicz
@ 2020-07-28 7:00 ` Efraim Flashner
2020-07-30 15:08 ` Mathieu Othacehe
0 siblings, 1 reply; 4+ messages in thread
From: Efraim Flashner @ 2020-07-28 7:00 UTC (permalink / raw)
To: Jan Wielkiewicz; +Cc: 42561
[-- Attachment #1: Type: text/plain, Size: 1159 bytes --]
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@5" ,gcc-5)
> + `(("gcc@7" ,gcc-7)
> ("flex" ,flex)
> ("isl" ,isl-0.18)
> ,@(alist-delete "isl" (package-native-inputs xgcc))))
The default gcc is already gcc@7. I'm test building it now with flex and
package-native-inputs xgcc. That gets the "correct" isl for gcc@7.
--
Efraim Flashner <efraim@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#42561: arm-none-eabi-toolchain fails to build
2020-07-28 7:00 ` Efraim Flashner
@ 2020-07-30 15:08 ` Mathieu Othacehe
0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2020-07-30 15:08 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 42561-done
Closing this one, thanks to both of you!
Mathieu
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-07-30 15:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-27 16:00 bug#42561: arm-none-eabi-toolchain fails to build Jan Wielkiewicz
2020-07-27 16:39 ` Jan Wielkiewicz
2020-07-28 7:00 ` Efraim Flashner
2020-07-30 15:08 ` Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.