Cross compiling GCC for i686-elf linux system - error in glibc

Christer Solskogen christer.solskogen@gmail.com
Thu Feb 28 09:47:00 GMT 2019


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.




More information about the Gcc-help mailing list