sifive / elf2hex

Converts ELF files to HEX files that are suitable for Verilog's readmemh.
82 stars 21 forks source link

Fix deprecated imp module use in py-compile script during build #16

Closed nategraff-sifive closed 3 years ago

nategraff-sifive commented 3 years ago

Regenerate configure scripts with automake 1.16.2. This fixes the py-compile script's use of the imp module, which has been deprecated in Python 3.4+.

sifivekevin commented 3 years ago

Does this mean I need not update the automake bundled with FS? (The less I need to touch that bundle, the better.)

nategraff-sifive commented 3 years ago

Does this mean I need not update the automake bundled with FS? (The less I need to touch that bundle, the better.)

Are you running autoreconf on elf2hex in Freedom Studio? If not, then you should be safe to leave it alone.