itszor / vc4-toolchain

A port of the GNU toolchain to the Raspberry Pi's VideoCore4 processor.
135 stars 17 forks source link

Support guile-2.0? #11

Open cebrusfs opened 6 years ago

cebrusfs commented 6 years ago

Since the debian lastest stable "stretch" source list only contain guile-2.0 instead of guile-1.8. But I got the syntax error when using guile-2.0. Do you have plan to port the binutils to support guile-2.0 syntax?

itszor commented 6 years ago

That's something that'd be best done in collaboration with upstream -- I'm not sure it'd be a good idea to attempt it myself. For now you can probably disable guile (automatic file regeneration) support in the build script.

cebrusfs commented 6 years ago

I agree they should be done by the upstream. Sorry that I don't know the status of the upstream and I know less about your porting process. Can you please check the upstream is ready for guile-2.0 yet?

AntonioND commented 5 years ago

By "disable guile (automatic file regeneration)" do you mean the following lines?

# Remove this if you don't want to mess with CGEN.
WITHCGEN="--enable-cgen-maint"
# WITHCGEN=

EDIT: Nevermind, I've just seen in the linked issue that it is that option.