Hi all,
I am getting following error while cross compiling mtd-utils
arm-arago-linux-gnueabi-gcc: ftl_format.o: No such file or directory
make: *** [ftl_format] Error 1
I have followed the steps given in "http://processors.wiki.ti.com/index.php/MTD_Utilities#MTD-Utils_Compilation" link.
There are few corrections (I made those) in cross compiling "mtd-utils" steps. In "mtd-utils-d37fcc0/Makefile" , the above link says "CROSS=arm-none-linux-gnueabi-" but actually it is
"CROSS=arm-arago-linux-gnueabi-"
I am able to do make successfully, but I am not able to make install.
Please help me in this regard.
Regards,
Santhosh