On 01/06/2011 01:28 PM, alsp wrote:
I would like to compile a version of gcc using the sparc-elf target. I have successfully managed to compile gcc by using the --host=mingw32 and --target=mingw32 configure flags. When I change the target to be sparc-elf and run Make, I get this error: "/bin/sh: sparc-elf-gcc: command not found".
When? Early on, or when building target libraries? Andrew.