Hello,
I have FX30 GENERIC,3G which sends data to IoT platform (simulated data). Now I would like to connect with CAN bus and collect real data from other devices in CAN network.
With the IoT CAN card, it looks like I can connect to CAN network. However this IoT CAN device is not supported in the standard firmware of FX30. I need to rebuild the firmware to include the support.
I have downloaded the latest source:
http://downloads.sierrawireless.com/airlink/FX30/FX30_WP8548_full_R14.0.4.002.tar.gz
After extracting, when I run ‘make image_bin’ the following error is reported:
ERROR: Function failed: do_compile (log file is located at
/legato/yocto/build_bin/tmp/work/x86_64-linux/automake-native/1.14.1-r0/temp/log.do_compile.7095)
ERROR: Logfile of failure stored in: /legato/yocto/build_bin/tmp/work/x86_64-linux/automake-native/1.14.1-r0/temp/log.do_compile.7095
…
…
…
help2man: can’t get --help' info from automake-1.14 | Try
–no-discard-stderr’ if option outputs to stderr
| Makefile:3707: recipe for target ‘doc/automake-1.14.1’ failed
| make: *** [doc/automake-1.14.1] Error 255
| ERROR: oe_runmake failed
| exit 1
Any idea how to solve this?
Regards
RP