PDA

View Full Version : make[1]: m68k-elf-gcc: Command not found


ShaunX5L30GB
10-16-2006, 16:26
When I try to compile RockBox with "make" using cygwin, I get the error: "make[1]: m68k-elf-gcc: Command not found."

Does anyone know what this means? Or how to fix it?

Thanks,
Shaun

Linus
10-16-2006, 16:39
Have you read this?

http://www.rockbox.org/twiki/bin/view/Main/CygwinDevelopment

You need to have the cross compiler in your PATH.

ShaunX5L30GB
10-16-2006, 17:03
lol. For some stupid reason, I only did steps one and two. Thanks.