On Thu, Jul 16, 2015 at 10:14 AM, Philip Balister <[email protected]>
wrote:

> Anyone have any thoughts on this? I'm on vacation and can't try this.
>
> Philip
>
> On 07/14/2015 07:31 AM, shaunwang wrote:
> > Hello,
> >
> > I tried to follow the GNURadio cross compile instruction in this website,
> >
> https://gnuradio.org/redmine/projects/gnuradio/wiki/Cross_compile_GNU_Radio_and_install_on_target
> >
> > I used this cmake command
> > cmake -Wno-dev \
> >    -DCMAKE_TOOLCHAIN_FILE=../cmake/Toolchains/oe-sdk_cross.cmake \
> >    -DENABLE_GR_WXGUI=OFF -DENABLE_GR_VOCODER=OFF -DENABLE_GR_DTV=OFF \
> >    -DENABLE_GR_ATSC=OFF -DENABLE_DOXYGEN=OFF \
> >    -DCMAKE_INSTALL_PREFIX=/usr ../
> >
> > but it gives me this error message
> > Scanning dependencies of target gr_trellis_html
> > [ 90%] Generating gr-trellis.html
> > xmlto: /home/shaunwang/Documents/GNURadio
> > source2/gr-trellis/doc/gr-trellis.xml does not validate (status 1)
> > xmlto: Fix document syntax or use --skip-validation option
> > warning: failed to load external entity "test_tcm.py.xml"
> > /home/shaunwang/Documents/GNURadio
> > source2/gr-trellis/doc/gr-trellis.xml:481: parser error : Failure to
> process
> > entity test_tcm_listing
> > &test_tcm_listing;
> >                   ^
> > /home/shaunwang/Documents/GNURadio
> > source2/gr-trellis/doc/gr-trellis.xml:481: parser error : Entity
> > 'test_tcm_listing' not defined
> > &test_tcm_listing;
> >                   ^
> > warning: failed to load external entity
> "test_viterbi_equalization1.py.xml"
> > /home/shaunwang/Documents/GNURadio
> > source2/gr-trellis/doc/gr-trellis.xml:693: parser error : Failure to
> process
> > entity test_viterbi_equalization1_listing
> > &test_viterbi_equalization1_listing;
> >                                     ^
> > /home/shaunwang/Documents/GNURadio
> > source2/gr-trellis/doc/gr-trellis.xml:693: parser error : Entity
> > 'test_viterbi_equalization1_listing' not defined
> > &test_viterbi_equalization1_listing;
> >                                     ^
> > make[2]: *** [gr-trellis/doc/gr-trellis.html] Error 11
> > make[1]: *** [gr-trellis/doc/CMakeFiles/gr_trellis_html.dir/all] Error 2
> > make: *** [all] Error 2
> >
> >
> > Is there anyone who can help me with this? Thanks!
> >
> > Shaun
> >
> >
> >
> > --
> > View this message in context:
> http://gnuradio.4.n7.nabble.com/Cross-compile-GNU-Radio-fail-tp54771.html
> > Sent from the GnuRadio mailing list archive at Nabble.com.
> >
>
>
I don't know anything about gr-trellis, but I do remember Phil having
trouble cross compiling it. Try applying this patch:
https://github.com/balister/meta-sdr/blob/master/recipes-core/gnuradio/gnuradio/0001-gr-trellis-Kill-docs-hard.patch
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to