Re: re-building cgen-generated files in GNU binutils
"Jose E. Marchesi via Cgen" <[email protected]> Thu, 01 Aug 2024 17:26:44 +0200
| Newsgroups | gmane.comp.tools.cgen.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Jan. > I was trying to double check a change of mine [1] by actually re- > generating the various output files, rather than manually applying the > opcodes/cgen-asm.in change to all respective files. However, using > guile 2.0.14 with cgen 1.1 sources fails on one of the first few lines > in cgen/guild.scm. Presumably the two versions don't fit together. I > wasn't able to find any newer cgen sources, though. May I ask for > hints / directions towards how to accomplish the goal of re-creating > those generated files under opcodes/ in the GNU binutils source tree? Try with guile 1.8.8. There has been steps done to get CGEN working with guile > 1, but I don't think CGEN master is ready yet.