Toolchain for your toolchain

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
justin
Member
Member
Posts: 43
Joined: Sun Jan 11, 2009 2:09 pm

Toolchain for your toolchain

Post by justin »

My toolchain no longer builds in one click on a new system. I have found that I need to downgrade texinfo to a previous version (4.13) or I will get errors when running make.

I'd really like to have everything automated so that my toolchain builds in one click. So I can think of a couple options:

1. Have the build script downgrade necessary packages like texinfo
2. Have the build script compile texinfo from source and use that version

Option 2 seems preferable, but I have yet to find an elegant (non-hacky) way of implementing it. Has anyone else run into this problem and how have you solved it?
User avatar
sortie
Member
Member
Posts: 931
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: Toolchain for your toolchain

Post by sortie »

Uh. The texinfo problem should be fixed in binutils 2.24. Switch to that version instead.
justin
Member
Member
Posts: 43
Joined: Sun Jan 11, 2009 2:09 pm

Re: Toolchain for your toolchain

Post by justin »

Thanks, but I also had to downgrade autoconf for some reason, so I'm looking for a more general solution to avoid random breakages of this type.
Post Reply