Skip to content

Instantly share code, notes, and snippets.

@nvsofts
Created May 13, 2015 19:04
Show Gist options
  • Select an option

  • Save nvsofts/c0323a603e4075e065bf to your computer and use it in GitHub Desktop.

Select an option

Save nvsofts/c0323a603e4075e065bf to your computer and use it in GitHub Desktop.
(snip)
CXX arch/x64/firmware.cc
CXX arch/x64/hypervisor.cc
CXX arch/x64/interrupt.cc
CXX arch/x64/pci.cc
CXX arch/x64/msi.cc
CXX arch/x64/dmi.cc
CXX arch/x64/string-ssse3.cc
CXX arch/x64/ioapic.cc
CXX arch/x64/apic.cc
CXX arch/x64/apic-clock.cc
CXX arch/x64/xen.cc
LINK build/release.x64/tools/ifconfig/ifconfig.so
LINK build/release.x64/tools/route/lsroute.so
LINK build/release.x64/dummy-shlib.so
LINK build/release.x64/java/java.so
LINK build/release.x64/java/jni/balloon.so
LINK build/release.x64/java/jni/elf-loader.so
LINK build/release.x64/java/jni/networking.so
LINK build/release.x64/java/jni/stty.so
LINK build/release.x64/java/jni/power.so
LINK build/release.x64/java/jni/tracepoint.so
LINK build/release.x64/java/jni/monitor.so
CXX runtime.cc
MKBOOTFS build/release.x64/bootfs.bin
AS bootfs.s
LINK loader.elf
external/x64/misc.bin/usr/lib64//libboost_program_options.a(cmdline.o): 関数 `boost::program_options::detail::cmdline::parse_long_option(std::vector<std::string, std::allocator<std::string> >&)' 内:
(.text+0x1c8a): `std::__throw_out_of_range_fmt(char const*, ...)' に対する定義されていない参照です
external/x64/misc.bin/usr/lib64//libboost_program_options.a(cmdline.o): 関数 `boost::program_options::detail::cmdline::parse_long_option(std::vector<std::string, std::allocator<std::string> >&)' 内:
(.text+0x1cb4): `std::__throw_out_of_range_fmt(char const*, ...)' に対する定義されていない参照です
external/x64/misc.bin/usr/lib64//libboost_program_options.a(cmdline.o): 関数 `boost::program_options::detail::cmdline::parse_long_option(std::vector<std::string, std::allocator<std::string> >&)' 内:
(.text+0x1cdf): `std::__throw_out_of_range_fmt(char const*, ...)' に対する定義されていない参照です
external/x64/misc.bin/usr/lib64//libboost_program_options.a(cmdline.o): 関数 `boost::program_options::detail::cmdline::parse_dos_option(std::vector<std::string, std::allocator<std::string> >&)' 内:
(.text+0x245b): `std::__throw_out_of_range_fmt(char const*, ...)' に対する定義されていない参照です
external/x64/misc.bin/usr/lib64//libboost_program_options.a(cmdline.o): 関数 `boost::program_options::detail::cmdline::parse_short_option(std::vector<std::string, std::allocator<std::string> >&)' 内:
(.text+0x2fe6): `std::__throw_out_of_range_fmt(char const*, ...)' に対する定義されていない参照です
external/x64/misc.bin/usr/lib64//libboost_program_options.a(cmdline.o):(.text+0x541d): `std::__throw_out_of_range_fmt(char const*, ...)' に対する定義されていない参照がさらに続いています
Makefile:1730: ターゲット 'build/release.x64/loader.elf' のレシピで失敗しました
make: *** [build/release.x64/loader.elf] エラー 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment