> Subject: Re: [Cegcc-devel] Trouble porting Rockbox
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> CC: cegcc-devel@lists.sourceforge.net
> Date: Sat, 2 Aug 2008 09:00:37 +0200
> 
> 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.
> 

Sorry I should have been more clear.  The vfat.h error is a separate problem.  
The compiler encounters the same errors even if the include is commented out, 
so I think I've done something else wrong.  Compilation doesn't get far enough 
to use any of the vfat.h stuff at the moment.

Regarding the use of vfat, rockbox is actually a complete embedded operating 
system, but when compiled as an application for windows/linux the filesystem 
drivers are changed so that they wrap around whatever the native file access 
API is.  vfat.h is probably needed for some of the struct defines used by the 
wrapper.  

_________________________________________________________________
Got Game? Win Prizes in the Windows Live Hotmail Mobile Summer Games Trivia 
Contest
http://www.gowindowslive.com/summergames?ocid=TXT_TAGHM
-------------------------------------------------------------------------
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

Reply via email to