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
