
20 Feb
2012
20 Feb
'12
7:03 p.m.
On Monday 20 February 2012 09:23:00 Kopac Drago wrote:
I tried to compile U-boot tools with make env or make tools-all
It reports error:
fw_env.c: In function `flash_write_buf': fw_env.c:860: error: `MTD_DATAFLASH' undeclared (first use in this function)
the kernel headers installed in your host system are out of date. looking at the kernel history, it seems they're *very* old as MTD_DATAFLASH was added in Feb 2005. i could understand making concessions for semi-recent additions, but not for something this old.
not a bug in u-boot ... update your distro's kernel headers. -mike