Difference between revisions of "Gumstix BitBake onDAQ"

From New IAC Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
svn co http://codespeak.net/svn/psyco/dist/ psyco-dist
 
svn co http://codespeak.net/svn/psyco/dist/ psyco-dist
  
 +
 +
To install from the source, run the top-level installation script setup.py:
 +
 +
    python setup.py install
 +
Warning, many Linux distributions (e.g. Debian) ship with an incomplete Python. You need to install the ``python-dev'' package for this to work.
 +
 +
As usual, other commands are available, e.g.
 +
 +
    python setup.py build_ext -i
 +
will compile the C source and put the result directly into the py-support/ subdirectory (no administrator priviledge is required). After this step, the py-support/ directory is a complete package (exactly as found in the binary distributions) that you can rename to psyco and copy around.
  
 
=OSError: [Errno 13] Permission denied: '/usr/share/sources'=
 
=OSError: [Errno 13] Permission denied: '/usr/share/sources'=

Revision as of 18:27, 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


To install from the source, run the top-level installation script setup.py:

   python setup.py install

Warning, many Linux distributions (e.g. Debian) ship with an incomplete Python. You need to install the ``python-dev package for this to work.

As usual, other commands are available, e.g.

   python setup.py build_ext -i

will compile the C source and put the result directly into the py-support/ subdirectory (no administrator priviledge is required). After this step, the py-support/ directory is a complete package (exactly as found in the binary distributions) that you can rename to psyco and copy around.

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

[1] Gumstix_Verdex#Installing_the_build_environment