minoca / os

Minoca operating system
Other
2.71k stars 232 forks source link

Compiling GCC (tools) from GCC 6 fails. #73

Closed evangreen closed 7 years ago

evangreen commented 7 years ago

Fails over disagreements in inline status. This solution worked:

2. Comment out line 128 of
/HOME/ryniker/pkg/minoca/armv6dbg/obj/third-party/gcc-4.9.2.src/gcc/cp/cfns.
h: //__attribute__ ((__gnu_inline__))

But probably the better solution is to add the inline attribute in the prototype, not remove it in the definition.

evangreen commented 7 years ago

I've pushed some changes to third-party that should fix building tools with GCC-6, including GCC itself, ncurses, and pkg-config.