techmik

latest error

Jun 22nd, 2011
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. host C++: profile_pid <= sdk/emulator/qtools/decoder.cpp
  2. cc1plus: all warnings being treated as errors
  3.  
  4. make: *** [out/host/linux-x86/obj/EXECUTABLES/obbtool_intermediates/Main.o] Error 1
  5. make: *** Waiting for unfinished jobs....
  6. <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
  7. <built-in>:0:0: note: this is the location of the previous definition
  8. <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
  9. <built-in>:0:0: note: this is the location of the previous definition
  10. <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
  11. <built-in>:0:0: note: this is the location of the previous definition
  12. <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
  13. <built-in>:0:0: note: this is the location of the previous definition
  14. <command-line>:0:0: warning: "_FORTIFY_SOURCE" redefined [enabled by default]
  15. <built-in>:0:0: note: this is the location of the previous definition
  16. In file included from /usr/include/c++/4.6/ext/hash_map:61:0,
  17. from external/srec/tools/thirdparty/OpenFst/fst/lib/compat.h:30,
  18. from external/srec/tools/thirdparty/OpenFst/fst/lib/weight.h:73,
  19. from external/srec/tools/thirdparty/OpenFst/fst/lib/float-weight.h:25,
  20. from external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:22,
  21. from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:23,
  22. from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:45,
  23. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  24. /usr/include/c++/4.6/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
  25. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:26:0,
  26. from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:45,
  27. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  28. external/srec/tools/thirdparty/OpenFst/fst/lib/register.h:58:46: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  29. external/srec/tools/thirdparty/OpenFst/fst/lib/register.h:62:52: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  30. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:27:0,
  31. from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:45,
  32. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  33. external/srec/tools/thirdparty/OpenFst/fst/lib/symbol-table.h: In function ‘bool fst::CompatSymbols(const fst::SymbolTable*, const fst::SymbolTable*)’:
  34. external/srec/tools/thirdparty/OpenFst/fst/lib/symbol-table.h:379:41: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
  35. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/vector-fst.h:27:0,
  36. from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:50,
  37. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  38. external/srec/tools/thirdparty/OpenFst/fst/lib/test-properties.h: In function ‘uint64 fst::KnownProperties(uint64)’:
  39. external/srec/tools/thirdparty/OpenFst/fst/lib/test-properties.h:38:38: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  40. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:61:0,
  41. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  42. external/srec/tools/thirdparty/OpenFst/fst/lib/encode.h: At global scope:
  43. external/srec/tools/thirdparty/OpenFst/fst/lib/encode.h:177:24: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  44. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:61:0,
  45. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  46. external/srec/tools/thirdparty/OpenFst/fst/lib/encode.h:274:24: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  47. external/srec/tools/thirdparty/OpenFst/fst/lib/encode.h:275:27: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  48. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/rmepsilon.h:34:0,
  49. from external/srec/tools/thirdparty/OpenFst/fst/lib/epsnormalize.h:31,
  50. from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:62,
  51. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  52. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h: In static member function ‘static void fst::AutoQueue<S>::SccQueueType(const fst::Fst<Arc>&, const std::vector<A>&, std::vector<fst::QueueType>*, ArcFilter, Less*, bool*, bool*)’:
  53. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:672:17: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
  54. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:33:0,
  55. from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:69,
  56. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  57. external/srec/tools/thirdparty/OpenFst/fst/lib/partition.h: At global scope:
  58. external/srec/tools/thirdparty/OpenFst/fst/lib/partition.h:215:39: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  59. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:69:0,
  60. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  61. external/srec/tools/thirdparty/OpenFst/fst/lib/minimize.h:368:31: warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
  62. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:54:0,
  63. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  64. external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h: In member function ‘uint64 fst::OLabelCompare<A>::Properties(uint64) const [with A = fst::StdArc, uint64 = long long unsigned int]’:
  65. external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h:64:3: instantiated from ‘void fst::ArcSort(fst::MutableFst<Arc>*, Compare) [with Arc = fst::StdArc, Compare = fst::OLabelCompare<fst::StdArc>]’
  66. external/srec/tools/make_cfst/make_cfst.cpp:243:47: instantiated from here
  67. external/srec/tools/thirdparty/OpenFst/fst/lib/arcsort.h:299:41: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  68. In file included from external/srec/tools/thirdparty/OpenFst/fst/lib/float-weight.h:25:0,
  69. from external/srec/tools/thirdparty/OpenFst/fst/lib/arc.h:22,
  70. from external/srec/tools/thirdparty/OpenFst/fst/lib/fst.h:23,
  71. from external/srec/tools/thirdparty/OpenFst/fst/lib/fstlib.h:45,
  72. from external/srec/tools/make_cfst/make_cfst.cpp:24:
  73. external/srec/tools/thirdparty/OpenFst/fst/lib/weight.h: In constructor ‘fst::NaturalLess<W>::NaturalLess() [with W = fst::TropicalWeight]’:
  74. external/srec/tools/thirdparty/OpenFst/fst/lib/queue.h:532:9: instantiated from ‘fst::AutoQueue<S>::AutoQueue(const fst::Fst<Arc>&, const std::vector<typename Arc::Weight>*, ArcFilter) [with Arc = fst::StdArc, ArcFilter = fst::EpsilonArcFilter<fst::StdArc>, S = int, typename Arc::Weight = fst::TropicalWeight]’
  75. external/srec/tools/thirdparty/OpenFst/fst/lib/rmepsilon.h:294:74: instantiated from ‘void fst::RmEpsilon(fst::MutableFst<Arc>*, bool) [with Arc = fst::StdArc]’
  76. external/srec/tools/make_cfst/make_cfst.cpp:236:45: instantiated from here
  77. external/srec/tools/thirdparty/OpenFst/fst/lib/weight.h:127:5: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
  78. Elapsed: 8 min(s) 17 sec(s)
Advertisement
Add Comment
Please, Sign In to add comment