-
Ahoj, I am trying to build latest Freetz-NG (git clone from this repository; After Adding Here output of
(full make output attached: Here my My system:
Regards! |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 9 replies
-
This is a well known "problem" of the new gcc14: https://gcc.gnu.org/gcc-14/porting_to.html Btw, you could use gcc14 for target files, but its not default because of many incompatible packages ;-) ee9ce7c |
Beta Was this translation helpful? Give feedback.
-
maybe other toolchain/tools things also do not work with gcc14 |
Beta Was this translation helpful? Give feedback.
-
OK, I managed to get further. I applied the same changes also to
When I change in
to
this error goes away. New error arises, I will report next. Regards! |
Beta Was this translation helpful? Give feedback.
-
After solving this sub-issue and this sub-issue,
(And a lot of warnings.) This now exceeds my knowledge. |
Beta Was this translation helpful? Give feedback.
-
OK, I could workaround all issues regarding
Now, @fda77, can you add those changes to the sources, and especially find a way to add 2. and 3. properly (for 2., I think a proper edit could be to adapt the sources to be more compliant, but that might be overkill work?, or, manually specify or download an older host GCC version?)? Regards! |
Beta Was this translation helpful? Give feedback.
-
Thanks, this works for fedora 40 + gcc 14.2.1
|
Beta Was this translation helpful? Give feedback.
OK, I could workaround all issues regarding
gcc-kernel
andbinutils-kernel
, but I do not know how to properly implement all in the build system: For some I had to manually edit files after a firstmake
run:make/toolchain/kernel/binutils/patches/2.18/
andmake/toolchain/kernel/gcc/patches/3.4/
: