c++ - Cross compilation "toolset" -
what cross-compilation "toolset" or "toolchain"? understand need cross-compiler when generating code platform, understood "toolset"?
for example, when compiling boost libraries, there several toolsets, such "mingw", "gcc" or "msvc" - difference in compiled libs/dlls between these toolsets?
cross-toolchain whole tool collection, containing cross-compiler itself, linker , other necessary tools, make templates , libraries link program with. optionally can contain debugger tools, gdb-server, buildscripts.
Comments
Post a Comment