sba1 / adtools

Experimental GNU toolchain for AmigaOS
31 stars 18 forks source link

Issue building binutils #124

Closed MBeijer closed 2 years ago

MBeijer commented 2 years ago

When cross compiling binutils 2.23.2 and gcc 11 the build process errors out at this:

/work/binutils/repo/ld/../libiberty -Dman < /work/binutils/repo/ld/ld.texinfo > ld.pod
Unescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /work/binutils/repo/ld/../etc/texi2pod.pl line 314.
(pod2man --center="GNU Development Tools" --release="binutils-2.23.2" --section=1 ld.pod | \
    sed -e '/^.if n .na/d' > ld.1.T$$ && \
    mv -f ld.1.T$$ ld.1) || \
    (rm -f ld.1.T$$ && exit 1)
rm -f ld.pod
MBeijer commented 2 years ago

Nevermind figured it out :)