ok i will try
i´m using archlinux no problem? what distribuition are you using?

2011/1/25 Guil Barros <[email protected]>:
> It's really simple:
> http://www.scratchbox.org/documentation/user/scratchbox-1.0/html/installdoc.html
>
> Install packages:
> scratchbox-core - environment, common tools and host compiler
> scratchbox-libs - libraries required by core, devkits and toolchains
> scratchbox-devkit-doctools - document generation tools
> scratchbox-devkit-perl - additional Perl modules
> scratchbox-toolchain-arm-gcc3.3-glibc2.3
>
> # tar zxf <package> -C /
> # /scratchbox/run_me_first.sh
> # /scratchbox/sbin/sbox_adduser <username>
> # /scratchbox/login
>
> Go through the menu to set up, then download the owfs tarball,
> ./configure; make; make install
>
> Thats it :)
>
>
> On Tue, Jan 25, 2011 at 5:07 PM, Roberto Spadim <[email protected]> wrote:
>> my enviroment:
>> http://www.friendlyarm.net/dl.php?file=arm-linux-gcc-4.4.3.tgz
>>
>> just download and put it at /opt/
>> every think else is export path... enviroment variables (i think
>> that´s what scratchbox do)
>>
>> 2011/1/25 Roberto Spadim <[email protected]>:
>>> could you make a virtual box of your enviroment and send me?
>>> or a fast how to setup a scratchbox
>>> i can use anylinux...
>>> i´m using x86_64 (intel i5)
>>>
>>> 2011/1/25 Guil Barros <[email protected]>:
>>>> Odd, sorry I am unfamiliar with your configuration. It configured and
>>>> compiled cleanly on scratchbox on my system.
>>>>
>>>>
>>>>
>>>> On Tue, Jan 25, 2011 at 4:46 PM, Roberto Spadim <[email protected]> 
>>>> wrote:
>>>>> after run this ./configure
>>>>> i need to change
>>>>> LD= on libtool file
>>>>> change to LD="ld"
>>>>> and
>>>>> NM="nm"
>>>>>
>>>>> they are related to /usr/bin/nm   /usr/bin/ld
>>>>> i think it´s a somethink at gcc
>>>>> cause CCLD is (i think) a return from gcc --xyzparameters (idon´t know
>>>>> what parameter)
>>>>>
>>>>> 2011/1/25 Roberto Spadim <[email protected]>:
>>>>>> i think that
>>>>>> owfs-2.8p5/module/owlib/src/c
>>>>>>
>>>>>> makefile
>>>>>> have a problem
>>>>>> since i configured CCLD to "ld"
>>>>>> but when i run make
>>>>>> it call /usr/bin/ld
>>>>>>
>>>>>> maybe a wrong libtool ? at compile time what i run:
>>>>>>
>>>>>>
>>>>>> # export PATH=/opt/FriendlyARM/toolschain/4.4.3/bin:$PATH
>>>>>>
>>>>>> #CC=arm-linux-gcc \
>>>>>> CCLD=arm-linux-ld \
>>>>>> CXX=arm-linux-g++ \
>>>>>> GCC=arm-linux-gcc \
>>>>>> RANLIB=arm-linux-ranlib \
>>>>>> AR=arm-linux-ar \
>>>>>> LD=arm-linux-ld \
>>>>>> LD_D="$CC -shared -Xlinker -x" \
>>>>>> BLDSHARED="arm-linux-gcc -shared" \
>>>>>> CROSS_COMPILE=yes \
>>>>>> ./configure arm-linux --target=arm-linux --prefix=/usr
>>>>>>
>>>>>> i will try more options... after all options i will try to change 
>>>>>> makefile...
>>>>>>
>>>>>>
>>>>>> 2011/1/25 Roberto Spadim <[email protected]>:
>>>>>>> can you send me the libtool file inside root of owfs source? after
>>>>>>> ./configure (with arm options) process
>>>>>>>
>>>>>>> 2011/1/25 Guil Barros <[email protected]>:
>>>>>>>> I found that the scratchbox instructions worked out well for me. Give
>>>>>>>> it a try :)
>>>>>>>>
>>>>>>>> On Tue, Jan 25, 2011 at 4:04 PM, Roberto Spadim 
>>>>>>>> <[email protected]> wrote:
>>>>>>>>> does anyone have a image of a emulated arm (qemu) with compiler? for
>>>>>>>>> friendly arm =) hehe
>>>>>>>>> or a howto configure scratchbox for friendly arm ...
>>>>>>>>>
>>>>>>>>> 2011/1/24 Roberto Spadim <[email protected]>:
>>>>>>>>>> yeah, but i have a powerfull xeon, i could use crosscompiling and
>>>>>>>>>> don´t emulate =) does anyone know how to crosscompile?
>>>>>>>>>>
>>>>>>>>>> 2011/1/24 Guil Barros <[email protected]>:
>>>>>>>>>>> Thats right, it basically uses qemu to emulate an arm cpu for each
>>>>>>>>>>> command. It works surprisingly well.
>>>>>>>>>>>
>>>>>>>>>>> -Guil
>>>>>>>>>>>
>>>>>>>>>>> On Mon, Jan 24, 2011 at 6:11 AM, Roberto Spadim 
>>>>>>>>>>> <[email protected]> wrote:
>>>>>>>>>>>> hum, you compile in a arm 'computer' instead of a crosscompilling, 
>>>>>>>>>>>> i'm right?
>>>>>>>>>>>>
>>>>>>>>>>>> 2011/1/21 Guil Barros <[email protected]>:
>>>>>>>>>>>>> Hi Roberto,
>>>>>>>>>>>>>
>>>>>>>>>>>>> I have always found it easier to use http://www.scratchbox.org/ 
>>>>>>>>>>>>> than
>>>>>>>>>>>>> to deal with a 'manual' crosscompile.
>>>>>>>>>>>>>
>>>>>>>>>>>>> -Guil
>>>>>>>>>>>>>
>>>>>>>>
>>>>>>>> ------------------------------------------------------------------------------
>>>>>>>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>>>>>>>> Finally, a world-class log management solution at an even better 
>>>>>>>> price-free!
>>>>>>>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>>>>>>>> February 28th, so secure your free ArcSight Logger TODAY!
>>>>>>>> http://p.sf.net/sfu/arcsight-sfd2d
>>>>>>>> _______________________________________________
>>>>>>>> Owfs-developers mailing list
>>>>>>>> [email protected]
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Roberto Spadim
>>>>>>> Spadim Technology / SPAEmpresarial
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Roberto Spadim
>>>>>> Spadim Technology / SPAEmpresarial
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Roberto Spadim
>>>>> Spadim Technology / SPAEmpresarial
>>>>>
>>>>> ------------------------------------------------------------------------------
>>>>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>>>>> Finally, a world-class log management solution at an even better 
>>>>> price-free!
>>>>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>>>>> February 28th, so secure your free ArcSight Logger TODAY!
>>>>> http://p.sf.net/sfu/arcsight-sfd2d
>>>>> _______________________________________________
>>>>> Owfs-developers mailing list
>>>>> [email protected]
>>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>>>> Finally, a world-class log management solution at an even better 
>>>> price-free!
>>>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>>>> February 28th, so secure your free ArcSight Logger TODAY!
>>>> http://p.sf.net/sfu/arcsight-sfd2d
>>>> _______________________________________________
>>>> Owfs-developers mailing list
>>>> [email protected]
>>>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Roberto Spadim
>>> Spadim Technology / SPAEmpresarial
>>>
>>
>>
>>
>> --
>> Roberto Spadim
>> Spadim Technology / SPAEmpresarial
>>
>> ------------------------------------------------------------------------------
>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>> Finally, a world-class log management solution at an even better price-free!
>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>> February 28th, so secure your free ArcSight Logger TODAY!
>> http://p.sf.net/sfu/arcsight-sfd2d
>> _______________________________________________
>> Owfs-developers mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Owfs-developers mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>



-- 
Roberto Spadim
Spadim Technology / SPAEmpresarial

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to