ecp5-toolchain
ecp5-toolchain copied to clipboard
pre-built git does not run on Linux 1.6.9 build
After adding the toolchain to my path, git no longer works, either on Ubuntu 16.04 (under WSL), or Ubuntu 18.04 (running natively). In both cases, I get:
$ git git: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory
Either removing the pre-built git or adding the toolchain to the end of my path (instead of the beginning) fixes the problem, but it would be nice if it just worked regardless. I noticed git for Linux was intentionally added in a previous release, and I'm kind of curious why...