Closed stevexyz closed 4 years ago
That script is meant to be run from other places to create a patched fasmg for assembling the output of certain C compilers, and stops working every time upstream fasmg is updated. If you just want fasmg you can simply download it from the website. If you do want the patched one for some reason, you can run TRAVIS_OS_NAME=linux bin/install_fasmg
.
After cloning tried installing fasmg with provided script but obtained:
After modifying script to work in linux setting the variable TRAVIS_OS_NAME got:
After pointing to patch file (in ..) got:
Removing the patching of version file managed to get the new fasmg recompiled.
Willing to point out the issue to hopefully know if I'm doing something wrong and what is the reason to patch fasmg afterwards instead of integrating in the upstream...