On Fri, 2008-08-01 at 21:28 -0700, Mike . wrote: > Hello. > > I'd like to port the rockbox digital audio player software to WinCE > using cegcc + sdl. I've made the needed changes to compile rockbox as > an SDL application and can do so nicely on a Linux machine, but am now > getting stuck with the arm-wince-cegcc changes to the makefile. For > reference, I have compiled cegcc from SVN checkout, and can make and > run simple WinCE apps from my Ubuntu 64 machine. I can also compile > rockbox for arm-elf-gcc without issue. > > Here is what I get so far: > > http://pastebin.com/m37d4b1cf > > So first cegcc isn't finding vfat.h, and then its completely screwed > up parsing as soon as it gets into any code, so clearly I haven't > defined something correctly. >
Usually when a .h file cannot be included then you may expect the code to generate strange errors during compile. Do you have any idea what it needs vfat.h for? Sounds to me like it wants to do its own low level filingsystem access. Which should never be necessary from the point of a user-level app. Jan Rinze. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel