Hello to everybody,
I have a nasty problem while trying to compile Rockbox under Cygwin (Win XP SP3).
While compiling the file alarm_menu.c, I got many undefs (LANG_ALARM_MOD_TIME, LANG_ALARM_MOD_ERROR, LANG_ALARM_MOD_DISABLE, etc.)
I followed the cross-compiling instructions fully (at least so it seems to me).
- compiler is arm-elf-gcc 4.0.3, downloaded by Cygwin's setup.exe -X from rockbox site
- tried both the source tree downloaded by SVN (download ok), and the source tree manually unzipped from the source file
- I prepared the build directory (called build), then I typed ../tools/configure. I selected number 21 for iPod Nano, N for Normal build. Configure went perfectly (so it seems), Makefile was created.
- I typed make.. Makefile generated dependencies (correctly? more than 2Mbytes!), started to compile some module (lang.c ok, apps/action.c ok, ....). Alarm_menu.c gave the undefs as said

I tested other configuration too, such as Sandisk E200, but without luck.
As additional info, I normally use Cygwin to compile (successfully) for Palm Os using the arm-palmos-gcc.
Could you kindly help?
My knowledge in cross-compiling is average.
Thank you in advance,
Romano