1 Attachment(s)
Problem compiling psgroove under Cygwin
Dear everyone, trying to compile under Cygwin, but no matter which board I config I always get this error? make: *** [psgroove.o] Error 3 :cry: Anyone knows where to look?:facepalm:
Code:
Ilan@Ilan-PC /cygdrive/c/Users/Ilan/[notranslate]GIT[/notranslate]
$ cd psgroove/
Ilan@Ilan-PC /cygdrive/c/Users/Ilan/[notranslate]GIT[/notranslate]/psgroove
$ make clean
-------- begin --------
Cleaning project:
-------- end --------
Ilan@Ilan-PC /cygdrive/c/Users/Ilan/[notranslate]GIT[/notranslate]/psgroove
$ make
-------- begin --------
avr-gcc.exe (WinAVR 20100110) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$
make[1]: Entering directory `/cygdrive/c/Users/Ilan/[notranslate]GIT[/notranslate]/psgroove/PL3'
make -C tools
make[2]: Entering directory `/cygdrive/c/Users/Ilan/[notranslate]GIT[/notranslate]/psgroove/PL3/tools'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/cygdrive/c/Users/Ilan/[notranslate]GIT[/notranslate]/psgroove/PL3/tools'
make[1]: Leaving directory `/cygdrive/c/Users/Ilan/[notranslate]GIT[/notranslate]/psgroove/PL3'
Compiling C: psgroove.c
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
make: *** [psgroove.o] Error 3
Ilan@Ilan-PC /cygdrive/c/Users/Ilan/[notranslate]GIT[/notranslate]/psgroove
$