Scratchbox is a cross-compilation toolkit designed to make embedded Linux application development easier. It also provides a full set of tools to integrate and cross-compile an entire Linux distribution.
Questions tagged [scratchbox]
23 questions
1
vote
2 answers
Errors cross compiling mono source for ARM in scratchbox?
i am trying to cross compile mono-3.2.0 source for arm using the steps in the link http://www.mono-project.com/Mono:ARM#Compiling_on_the_device. Installed scratch box in my PC. Most people suggesting the above link for cross compiling mono. But i…

Kishor
- 23
- 1
- 5
1
vote
3 answers
how to install apt-get, raspbian
I am doing host target development within scratchbox. And apt-get is not installed in my target raspbian rootfile system.
What is the right apt-get package to use from here for raspbian ?
http://www.apt-get.org/main/
Should i use wget command for…

Allan
- 2,971
- 4
- 24
- 28
1
vote
2 answers
error while loading shared libraries: libstdc++.so ------ confused ..?
I have build my toolchain using following link it have , crosscompiler
c++ support enabled :-----
http://www.bootc.net/archives/2012/05/26/how-to-build-a-cross-compiler-for-your-raspberry-pi/
I am using Scratchbox & Qemu.
Now i am compiling my code…

Allan
- 2,971
- 4
- 24
- 28
1
vote
1 answer
scratchbox2 error -- make install
I am getting following error with scratchbox, make install
$ cd $HOME/sbox2/src
$ git clone git://gitorious.org/scratchbox2/scratchbox2.git
$ cd scratchbox2
$ git checkout 2.3.90 -b devel_env
$ ./autogen.sh
$ ./configure…

Allan
- 2,971
- 4
- 24
- 28
1
vote
1 answer
How do I test in a shell script whether I'm running inside Scratchbox2
In the old Scratchbox one could do something like:
if [ -f /targets/links/scratchbox.config ]; then
echo "here goes my sbox-dependent stuff"
fi
but what about Scratchbox2, is there a way to find out this?
user339222
1
vote
1 answer
Qt Maemo resources screwed up in Scratchbox 1 for the armel target
When I compile my Qt Maemo application in Scratchbox 1, all of the image resources appear completely messed up and corrupted, and the program runs extremely slow. This only happens for the armel target, and works fine in i386.
I also get these…

Neil
- 24,551
- 15
- 60
- 81
0
votes
1 answer
Scratch Application(MIT)
In the Scratch application, how can I change the download directory to any other location when I click "save the file to the computer"? Additionally, I would like to save the project file to a back end database using Node.js. Where can I access the…

Ajaykumar
- 1
- 1
0
votes
1 answer
scratchbox v/s Qemu
I was going through the following link :--
http://jecxjo.motd.org/code/blosxom.cgi/devel/cross_compiler_environment
Here scratchbox is called as an Jail while QEmu is called as an emulator.
our jail (Scratchbox2) and our emulator (QEmu)
As what i…

Allan
- 2,971
- 4
- 24
- 28