You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since all the build source using the GNU make command.
When devenv running on clean system, the following message will show up.
log file: devenv/flavors/demo/src/openssl-master/configure.log
run command: make -j 6
devenv/scripts/func.d/build_utils: line 3: make: command not found
Instead of #25, I decide to build GNU make from source.
The text was updated successfully, but these errors were encountered:
After thinking about it for a while, I tend to treat this as a non-issue by considering make is a dependency of devenv, as fundamental as bash. How do you think @ldotrg ?
make is a very fundamental tool of tool chain. It does not depend on the other tools that much. We can get make easily in many unix-like distributions. So, +1 to non-issue.
Since all the build source using the GNU
make
command.When
devenv
running on clean system, the following message will show up.Instead of #25, I decide to build GNU
make
from source.The text was updated successfully, but these errors were encountered: