Re: [Scratchbox-users] No sbrsh in cpu transparency list

2011-10-18 Thread Diane Holt
Try here: http://scratchbox.org/debian/dists/apophis-r4/main/binary-i386/ (Or which release you're installing.) On Tue, Oct 18, 2011 at 1:39 PM, Antoine Bouthors antoine.bouth...@gmail.com wrote: On Wed, Oct 19, 2011 at 3:19 AM, Jussi Hakala jussi.hak...@movial.com wrote: On 10/18/2011

Re: [Scratchbox-users] how to add a new private toolchain in sbox?

2011-07-06 Thread Diane Holt
Assuming you're* *asking about Scratchbox1 (not Scratchbox2, which I know very little about, so I don't know if you need to do any of this for new toolchains for that or not), you need to follow the Foreign Toolchains process, here: http://www.scratchbox.org/wiki/ForeignToolchains Note that one

Re: [Scratchbox-users] Foreign toolchain process

2011-05-12 Thread Diane Holt
at 7:00 PM, Diane Holt holt.di...@gmail.com wrote: It did build the device_tools files when I did a 4.5.2 linaro -- it just didn't when I did a 4.5.3 one, which is what confused me, and made me send mail :) I didn't do anything differently when I did it for 4.5.2 than when I did the 4.5.3 one

Re: [Scratchbox-users] Foreign toolchain process

2011-05-11 Thread Diane Holt
. Did you post your linaro on the downloads page? (All I see are ones named cs*, which I assume are CodeSourcery ones.) Thanks, Diane On Wed, May 11, 2011 at 4:44 AM, Jussi Hakala jussi.hak...@movial.comwrote: On 05/05/2011 10:42 AM, Diane Holt wrote: This time, I didn't get any of that. There's

Re: [Scratchbox-users] New releases: Scratchbox Hathor r1

2011-03-11 Thread Diane Holt
Is there any chance that the host_shared libc will ever be updated? If not officially, is there a way a person could do it for themselves? Thanks, Diane On Tue, Jun 8, 2010 at 3:08 AM, Jussi Hakala jussi.hak...@movial.comwrote: Scratchbox Hathor is now the latest release of the stable branch.

Re: [Scratchbox-users] Cannot complile par2cmdline with Scratchbox 1

2010-08-28 Thread Diane Holt
I'd suggest you try it without the --build and --host flags to configure. Diane On Fri, Aug 27, 2010 at 5:21 PM, Ron Hermsen ronherm...@gmail.com wrote: Hopefully someone can help me to understand this ScratcBbox 1 issue. If I try to cross-compile par2cmdline within SB it fails during make:

Re: [Scratchbox-users] New releases: Scratchbox Hathor r1

2010-06-11 Thread Diane Holt
What about vm.mmap_min_addr -- does that still need tweaking, or is that corrected as well? Thanks, Diane On Tue, Jun 8, 2010 at 3:08 AM, Jussi Hakala jussi.hak...@movial.comwrote: Scratchbox Hathor is now the latest release of the stable branch. Hathor will be the successor of Apophis.

Re: [Scratchbox-users] Running dynamic executable under Scratchbox

2008-10-14 Thread Diane Holt
You can run statically linked executables inside Scratchbox that were built outside of Scratchbox, but to run a dynamically linked executable inside Scratchbox, you need to build it inside Scratchbox. Diane On Tue, Oct 14, 2008 at 6:22 AM, Velikanov, Mikhail [EMAIL PROTECTED]wrote: Hi all,

Re: [Scratchbox-users] apt-get help-Beginner

2008-10-08 Thread Diane Holt
Heh -- wrong install :) The sb-menu/sb-conf install is what you use to install things like the C runtime and the devkits into your scratchbox targets, once you've created them. I was referring to installing the devkits into your scratchbox installation. Let's go back to the beginning... in your

Re: [Scratchbox-users] apt-get help-Beginner

2008-10-07 Thread Diane Holt
If a listing on /scratchbox/devkits doesn't have subdirs for debian, doctools, and perl, then I'd say you probably didn't install them. You'll need to do that. Diane On Mon, Oct 6, 2008 at 9:03 AM, k c [EMAIL PROTECTED] wrote: I checked:http://www.scratchbox.org/wiki/Scratchbo and

Re: [Scratchbox-users] apt-get help-Beginner

2008-10-03 Thread Diane Holt
Is your target configured to include the debian devkit? If not, add it. Diane On Fri, Oct 3, 2008 at 6:06 AM, k c [EMAIL PROTECTED] wrote: Hi, I am a beginner on scratchbox. I installed it from: http://scratchbox.org/download/files/sbox-releases/apophis/deb/ I have the scratchbox

Re: [Scratchbox-users] sb-menu usage and config information

2008-06-05 Thread Diane Holt
sb-conf is the command-line tool. Diane On Thu, Jun 5, 2008 at 10:23 AM, Ray Kiddy [EMAIL PROTECTED] wrote: Hello - I am a relatively new user of scratchbox and it really kicks it. Great stuff. It is not, though, as obvious about some things as I could hope. :-) I am trying to document

Re: [Scratchbox-users] Passing flags to qemu

2007-10-22 Thread Diane Holt
On 10/19/07, Diane Holt [EMAIL PROTECTED] wrote: No, the modifications to the qemu I have are not available anywhere else. If it needs to get built with the scratchbox patches applied to it, I can probably get that done, but I need to know if that's the case, and if so, whether all

Re: [Scratchbox-users] Passing flags to qemu

2007-10-19 Thread Diane Holt
Hi Timo Jussi, Thanks very much for turning that around so quickly. Unfortunately, my qemu still isn't working for me -- but I think I may know why now. In looking through your repository, I found a number of patch files for the qemu sources. Are the qemu's that are used in scratchbox all built

Re: [Scratchbox-users] scratchbox problem

2007-09-26 Thread Diane Holt
On 9/26/07, Alex R. [EMAIL PROTECTED] wrote: What is the difference between ARM, version 1 (SYSV) and ARM, version 1 (ARM)??? The first is GCC version 4, the second, GCC version 3. Diane ___ Scratchbox-users mailing list

Re: [Scratchbox-users] Additional libraries not seen?

2007-06-11 Thread Diane Holt
Try the -B flag instead. Diane On 6/11/07, Andrew Lees [EMAIL PROTECTED] wrote: Hi, Using current scratchbox and an arm environment, I install ncurses in /lib in the target tree. If I then type (still in the arm environment): gcc -print-file-name=libncurses.so or even gcc