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

Popular posts from this blog

javascript - Create websocket without connecting -

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

android - Linear layout children not scrolling -