Difference between revisions of "Gumstix BitBake onDAQ"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) | preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc) | ||
− | You need to install Pysco | + | =You need to install Pysco= |
svn co http://codespeak.net/svn/psyco/dist/ psyco-dist | svn co http://codespeak.net/svn/psyco/dist/ psyco-dist | ||
− | |||
− | |||
− | |||
− | + | =OSError: [Errno 13] Permission denied: '/usr/share/sources'= | |
− | |||
+ | as super user | ||
+ | |||
+ | [root@daq1 gumstix-oe]# mkdir /usr/share/sources | ||
+ | [root@daq1 gumstix-oe]# chmod a+rw /usr/share/sources | ||
[http://wiki.iac.isu.edu/index.php/Gumstix_Verdex#Installing_the_build_environment] [[Gumstix_Verdex#Installing_the_build_environment]] | [http://wiki.iac.isu.edu/index.php/Gumstix_Verdex#Installing_the_build_environment] [[Gumstix_Verdex#Installing_the_build_environment]] |
Revision as of 18:07, 3 June 2010
errors encountered installing the crosscompiler on the DAQ machine
- Note
- It fails if there are any error messages so follow all the installation requests until it starts saying it is "Handling BitBake files"...
preferred version 2.5 of glibc not available (for item virtual/arm-angstrom-linux-gnueabi-libc-for-gcc)
You need to install Pysco
svn co http://codespeak.net/svn/psyco/dist/ psyco-dist
as super user
[root@daq1 gumstix-oe]# mkdir /usr/share/sources [root@daq1 gumstix-oe]# chmod a+rw /usr/share/sources