[Sdcc-user] error cross compiling sdcc-2.9.0

2009-04-12 Thread Bernhard Beroun
Hi Borut, thanks for the information and the fast reply. I'll check the SVN repository during the coming week. Thanks! Best Regards Bernhard -- This SF.net email is sponsored by: High Quality Requirements in a Collabora

Re: [Sdcc-user] error cross compiling sdcc-2.9.0

2009-04-09 Thread Borut Razem
Hi Bernhard, the problem is that asranlib is a native win32 applications, so it doesn't accept cygwin format paths (/cygdrive/c/...). We have to use cygpath -w /cygdrive/c/... to convert cygwin format path to windows format path (c:\...) The asranlib invocation should look like: ../../bin/as

[Sdcc-user] error cross compiling sdcc-2.9.0

2009-04-09 Thread Bernhard Beroun
Hi, I want to cross compile the sdcc-2.9.0 sources on cygwin. For this reason, i moved the file "sdcc_cygwin_mingw32" to the root directory and ran the script. However, I get a few error messages which are attached below. I also tried cross compiling sdcc-2.9.0 on linux (Kubuntu Gusty). I got t