On 26.02.2019 12:33, Harshal Singhal wrote:
Hello All, I am trying to cross compile the GCC-7.4.0 on windows 64bit-PC (using cygwin 32-bit) for target system linux - i686-elf platform. Following parameters I have used: - PREFIX="$HOME/opt/cross" - TARGET=i686-elf - PATH="$PREFIX/bin:$PATH"
i686-elf isn't a valid Linux target.