Quote:
Originally Posted by bvinodkr
The problem was caused since I was pointing to a older version of java. Updating to java 1.6 and running the following solved the problem:
sudo update-java-alternatives -s java-6-sun
|
Thanks for the info. I ran the update command and it did fix this problem. Unfortunately the build ran into this problem further into the make:
host C++: make_cfst <= external/srec/tools/make_cfst/make_cfst.cpp
external/srec/tools/thirdparty/OpenFst/fst/lib/map.h: In member function ‘void fst::MapFstImpl<A, B, C>::Expand(typename B::StateId) [with A = fst::GallicArc<fst::StdArc, STRING_LEFT_RESTRICT>, B = fst::StdArc, C = fst::FromGallicMapper<fst::StdArc, STRING_LEFT_RESTRICT>]’:
external/srec/tools/thirdparty/OpenFst/fst/lib/map.h:358: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see <URL:file:///usr/share/doc/gcc-4.2/README.Bugs>.
make: *** [out/host/linux-x86/obj/EXECUTABLES/make_cfst_intermediates/make_cfst.o] Error 1
I'll try a fresh sync and see what happens.