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

android - Gradle sync Error:Configuration with name 'default' not found -

java - Andrioid studio start fail: Fatal error initializing 'null' -

html - jQuery UI Sortable - Remove placeholder after item is dropped -