Re: [Boost-users] cross compiling boost for ARM
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of remi Sent: 05 January 2007 14:44 To: boost-users@lists.boost.org Subject: [Boost-users] cross compiling boost for ARM
hi!
I want to cross compile boost for an ARM processor. For a pxa 270. but when i try to cross compile boost with arm-linux-g++ , it dosen't work ... a proble with jam...
everyone can help me?
Thank you
BEST REGARDS
Rémi
bjam "-sGCC_ROOT_DIRECTORY=/opt/montavista/mobilinux/devkit/arm/iwmmxt_le" "-sGCC=iwmmxt_le-gcc" "-sGXX=iwmmxt_le-g++" <location for libs> Obviously you would need to change the location namd names of the compile tools to whatever you are using. James This message (including any attachments) contains confidential and/or proprietary information intended only for the addressee. Any unauthorized disclosure, copying, distribution or reliance on the contents of this information is strictly prohibited and may constitute a violation of law. If you are not the intended recipient, please notify the sender immediately by responding to this e-mail, and delete the message from your system. If you have any questions about this e-mail please notify the sender immediately.
Thank tou for the anwser ! So if i want to cross complie boost, i need boost_1_33_1.tar and boost-jam package ? __________________________________________________ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail
hi! I compile boost with success !thank you for your help. I have another problem when i cross compile a program witch need boost . This is the error message:/home/arm-10.01.07/arm-linux/bin/../lib/gcc/arm-linux/3.4.3/../../../../arm-linux/lib/ ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::do_lock()' ../server/.libs/libgnashserver.so: undefined reference to `typeinfo for boost::lock_error' ../server/.libs/libgnashserver.so: undefined reference to `inflate' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::condition_impl::notify_all()' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::condition_impl::~condition_impl()' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::condition_impl::do_wait(pthread_mutex_t*)' ../server/.libs/libgnashserver.so: undefined reference to `inflateInit_' ../server/.libs/libgnashserver.so: undefined reference to `boost::detail::condition_impl::condition_impl()' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::do_unlock(boost::mutex::cv_state&)' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::do_lock(boost::mutex::cv_state&)' /home/arm-10.01.07/gnash-arm-test/gnash-sources/libbase/.libs/libgnashbase.so: undefined reference to `inflateReset' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::mutex()' ../server/.libs/libgnashserver.so: undefined reference to `boost::lock_error::lock_error()' ../server/.libs/libgnashserver.so: undefined reference to `boost::lock_error::~lock_error()' ../server/.libs/libgnashserver.so: undefined reference to `inflateEnd' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::do_unlock()' ../server/.libs/libgnashserver.so: undefined reference to `boost::mutex::~mutex()' collect2: ld returned 1 exit status Have you got an idea ? it seems to be a problem of link... ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
Dear, Now I countered the same problem as you do ,have you solved the problems. My Boost libraries is boost_1_33_1,and cross compile with arm-linux-gcc. If you had done ,would you tell me how to correct the errors. Thanks a lot. B Regards jeson -- View this message in context: http://www.nabble.com/How-am-I-misusing-boost%3A%3Alambda%3A%3Abind--tf29179... Sent from the Boost - Users mailing list archive at Nabble.com.
participants (3)
-
Hughes, James
-
jeson
-
remi