User Tools

Site Tools


chumbyimagehowto

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

chumbyimagehowto [2010/09/30 13:51]
gonium
chumbyimagehowto [2012/10/30 10:27] (current)
Line 11: Line 11:
 The CMake tool does not compile in a Scratchbox environment, see [[http://www.staerk.de/thorsten/Nokia_N810#cmake]]: The CMake tool does not compile in a Scratchbox environment, see [[http://www.staerk.de/thorsten/Nokia_N810#cmake]]:
 the error msg is the error msg is
 +<code>
 make[2]: *** No rule to make target `Source/CMakeFiles/CMakeLib.dir/link.txt', needed by `Source/libCMakeLib.a'.  Stop. make[2]: *** No rule to make target `Source/CMakeFiles/CMakeLib.dir/link.txt', needed by `Source/libCMakeLib.a'.  Stop.
 +</code>
 Workaround: I took link.txt from another computer and copied it => cmake is installed on the N810 Workaround: I took link.txt from another computer and copied it => cmake is installed on the N810
 +
 +The complete command sequence is:
 +<code>
 +mkdir build
 +cd build
 +../bootstrap --prefix=/mnt/storage/usr && make
 +# make install also fails, so:
 +cp bin/* /mnt/storage/usr/bin
 +</code>
  
 ====== Install dependencies ====== ====== Install dependencies ======
chumbyimagehowto.1285847492.txt.gz ยท Last modified: 2012/10/30 10:37 (external edit)