I am trying to build legato 19.05 for wp77xx and I get the following issue:
Building Legato for target ‘wp77xx’
Makefile:127: build/wp77xx/.config.mk: No such file or directory
KSET ~workspace/legato/.config.wp77xx - TARGET_WP77XX
Traceback (most recent call last):
File “~/workspace/legato/3rdParty/Kconfiglib/setconfig.py”, line 20, in
import argparse
ImportError: No module named ‘argparse’
Makefile:382: recipe for target ‘~/workspace/legato/.config.wp77xx’ failed
make: *** [~/workspace/legato/.config.wp77xx] Error 1
- I am trying to use 19.05 because, ulpm api doesn’t seem to work with 19.04, portDaemon is restarting all the time (PortDaemon Constantly Restarts in 19.04.0).
Any help will be appreciated.