Altera_Forum
Honored Contributor
15 years agoUBIFS build error
I am getting the following compile error after trying to enable UBIFS:
mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory I am fairly new to uClinux. I am investigating porting our current application running under uCOSII to uCLinux due to networking issues with uCOSII and the InterNiche stack. My development host is running Ubuntu 9.10. I have followed the examples on the nioswiki and now have uClinux running on our custom board and booting uCLinux from flash with uBoot (uBoot is in the EPCS). I decided having a flash filesystem would be really useful in our application so I started looking at using UBIFS. Before enabling UBIFS I first performed the "git pull" to be sure I had the latest source: update git to the latest After you have first successful boot, you may use "git pull" to update the kernel and uClinux-dist. Please refer to GitServer. cd uClinux-dist git pull cd .. cd linux-2.6 git pull cd .. I followed the UBIFS instructions but the first sign of trouble came when I could not find the UBIFS utilities in the configuration manager. Next in the User apps configuration menu, go to "Flash Tools" ---> [*] "mtd-utils" --> [*] " ubifs utilities" . I continued on without it but now I get the compilation error shown at the top. Anyone have any ideas or seen this? Thanks Tim