This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [crosstool-ng] Build error in GMP on .libs/libmp.ver


Le Thu, 6 Aug 2009 10:17:31 +0200,
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> a Ãcrit :

> [ALL  ]     cat /home/thomas/projets/crosstool-gcc-fix/targets/src/gmp-4.2.4/libmp.sym | sed -e "s/(.*)/^A;/" >> .libs/libmp.ver

The sed replacement text is supposed to be \1; but for some reason the
\1 gets replaced by a ^A character. I have no clue why this would
happen.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]