This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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: Problem with multilib paths in a Canadian build


It looks like the pathing problem occurs at this point...

perl ../.././gcc/../contrib/texi2pod.pl
../.././gcc/doc/include/gpl_v3.texi > gpl.pod
echo timestamp > doc/gpl.7
(pod2man --center="GNU" --release="gcc-4.7.2" --date=2012-09-20
--section=7 gpl.pod > doc/gpl.7.T$$ && \
        mv -f doc/gpl.7.T$$ doc/gpl.7) || \
        (rm -f doc/gpl.7.T$$ && exit 1)
rm cpp.pod gcc.pod
make[5]: Leaving directory
`/home/jonsmirl/openwrt/build_dir/target-mipsel_dsp_uClibc-0.9.33.2/gcc-4.7.2/host-mipsel/gcc'
---> this multilib process is being done in .....9.33.2/gcc-4.7.2
instead of .....9.33.2/gcc-4.7.2/host-mipsel
Checking multilib configuration for libgcc...
mkdir -p -- avr/libgcc
Configuring in avr/libgcc

Am I pursuing the right way of fixing this by moving the multilib
process into host-mipsel?

--
Jon Smirl
jonsmirl@gmail.com


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