参考了这篇文章进行uboot编译。
https://blog.csdn.net/qq_41839588/article/details/130000855?spm=1001.2014.3001.5502
uboot利用下面命令下载的:
git clone https://github.com/friendlyarm/u-boot.git -b sunxi-v2017.x --depth 1
执行了make nanopi-neo-deconfig命令
然后执行make命令,
出现了如下的错误提示:
board/sunxi/board.c:791:9: error: void value not ignored as it ought to be
ret = eeprom_read(0x51, 0xfa, mac_addr, sizeof(mac_addr));
搜索了一下,也没有看到解决办法,请问该如何解决?
离线