EngineerZone
All Places
Processors and DSP
Software and Development Tools
Linux Distribution for Blackfin
Discussions
2008R1 is not supported, please use 2011R1 in native Linux env or Linux virtual machine instead.
You can use coLinux, however, don't use a windows partition to untar or try to compile the sources on. I've updated to a newer version of coLinux and had to modify to create a large coLinux partition to develop in... the sources are large. But, even coLinux has problems with the windows partition and using linux tools on the partition. You can get some very strange results and I haven't had any luck compiling linux on the windows partition without issues.
The best bet is actually to install or use a full featured linux environment.
I installing Ubuntu 11.10. Trying to compile linux, its compile 40 minutes and in the end I receive thats errors^
| CC | jffs2reader.o | |
| LD | jffs2reader | |
| CC | mkfs.ubifs/mkfs.ubifs.o | |
| In file included from mkfs.ubifs/mkfs.ubifs.c:25: |
mkfs.ubifs/mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory
| mkfs.ubifs/mkfs.ubifs.c: In function 'write_data': |
mkfs.ubifs/mkfs.ubifs.c:1654: warning: implicit declaration of function 'time'
| mkfs.ubifs/mkfs.ubifs.c: In function 'write_super': | |
| mkfs.ubifs/mkfs.ubifs.c:1967: warning: implicit declaration of function 'uuid_generate_random' | |
| mkfs.ubifs/mkfs.ubifs.c:1971: warning: implicit declaration of function 'uuid_unparse_upper' |
make[4]: *** [/mnt/cobd3/home/justice/blackfin-linux-dist/user/mtd-utils/build-36d8de81049c9c908740b690c664b5bd3703ccd6-host/mkfs.ubifs/mkfs.ubifs.o] Error 1
| make[4]: Leaving directory `/mnt/cobd3/home/justice/blackfin-linux-dist/user/mtd-utils/36d8de81049c9c908740b690c664b5bd3703ccd6' | |
| make[3]: *** [all] Error 2 | |
| make[3]: Leaving directory `/mnt/cobd3/home/justice/blackfin-linux-dist/user/mtd-utils' | |
| make[2]: *** [mtd-utils] Error 2 |
make[2]: Leaving directory `/mnt/cobd3/home/justice/blackfin-linux-dist/user'
| make[1]: *** [all] Error 2 |
make[1]: Leaving directory `/mnt/cobd3/home/justice/blackfin-linux-dist/user' make: ***
| [subdirs] Error 1 |
colinux:/mnt/cobd3/home/justice/blackfin-linux-dist#
What your uClinux distribution version please, we recommend the 2011R1, old versions are usually not supported, and make sure you have proper packages installed on your Ubuntu host as described in http://docs.blackfin.uclinux.org/doku.php?id=installing_linux
Yes. Toolchain and uLinux downloaded from blackfin.uclinux.org. All 2011 versions
try this: apt-get install uuid-dev
It seems help. You must add this to instruction! Thanks!
Hi Alex, you must have missed it in the instructions:
https://docs.blackfin.uclinux.org/doku.php?id=installing_linux#apt-get_based_distributions