I encountered issue when building on a system with 16 cores.
When reaching libethercat_wrapper folder, it sometimes fail. It seems compilation of a test requiring "libethercat_wrapper.la" is started while it has not yet been compiled.
When continuing the build after this failure, it works properly. There's something wrong in the generated Makefile right now.
Steps to reproduce the issue:
Have a system with 16 cores (it may require less though, I didn't test)
Description
I encountered issue when building on a system with 16 cores. When reaching libethercat_wrapper folder, it sometimes fail. It seems compilation of a test requiring "libethercat_wrapper.la" is started while it has not yet been compiled. When continuing the build after this failure, it works properly. There's something wrong in the generated Makefile right now.
Steps to reproduce the issue:
Possible Solution
One way to go around the problem is to make using
make -j1
, where in this case it does not happen.Current Behavior: