In cross compilations, there are many tools like x86_64-w64-mingw32-gcc
,
x86_64-linux-android32-clang
, arm-none-eabi-gcc
, etc. This plugin provides
zsh completions for them.
You can get these tools from:
Tools:
addr2line ar as c++ c++filt cpp elfedit g++ gcc gcc-ar gcc-nm gcc-ranlib gcov gcov-dump gcov-tool gfortran gprof ld ld.bfd lto-dump nm objcopy objdump ranlib readelf size strings strip clang clang++
This plugin respects zsh plugin standard, so if you use any plugin manager and follow the instructions of your plugin manager, it can be installed correctly.
NOTE: you must enable zsh completion before sourcing this plugin:
autoload -Uz compinit && compinit