--- On Thu, 7/23/09, Yocto <[email protected]> wrote: > The installed CodeSourcery is the Win32 version. > Having SRCDIR=/cygdrive/d/prex doesn't work. > I had to change it to SRCDIR=d:/prex > Same for LIBGCC_PATH.
I don't know if this has anything to do with your problem, but I had a similar problem running CodeSourcery under Cygwin, also for BeagleBoard. I had to set environment variable CYGPATH to point to the Cygwin "cygpath" program which converts Unix path names to Windows path names. Here is the CYGPATH assignment I put in my .bash_profile: export CYGPATH=c:\\cygwin\\bin\\cygpath The Sourcery document says "export CYGPATH=c:/cygwin/bin/cygpath", but it seems necessary to change '/' to '\', with '\\' needed to escape the '\' character. Hope this helps. It's great that someone is porting Prex to the BeagleBoard. John ------------------------------------------------------------------------------ _______________________________________________ Prex-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/prex-devel
