Other Parts Discussed in Thread: PCF8575, TPS65090, TPS65910
Hi all,
I am using ti-processor-sdk-linux-am57xx-evm-05.00.00.15 for my am5748 custom board development. The u-boot version is u-boot-2018.01+gitAUTOINC+131dc82830-g131dc82830 but I am not able to compile envtools to get fw_setenv and fw_saveenv command I am getting the error as below,
CHK include/config/uboot.release
CHK include/generated/version_autogenerated.h
CHK include/generated/timestamp_autogenerated.h
UPD include/generated/timestamp_autogenerated.h
HOSTCC tools/env/crc32.o
In file included from tools/env/crc32.c:1:0:
tools/env/../../lib/crc32.c:12:10: fatal error: arpa/inet.h: No such file or directory
#include <arpa/inet.h>
^~~~~~~~~~~~~
compilation terminated.
make[1]: *** [tools/env/crc32.o] Error 1
make: *** [envtools] Error 2
Please help me to compile this.
Thank you
Deepak H M