On Sat, 21 May 2011, Alan Altman wrote: > I have been trying to compile an older AVRStudio assembler program using > AVRA on a Mac running OSX. > > The only remaining issue is the following error occurs a number of times. > > /Desktop/The_Controller no 00 no tabTL.asm(0) : Warning : Found CR (0x0d) > without LF (0x0a). Please add a LF. > > Doing a search for line feeds: \n or 0x0a finds nothing. I have also saved > multiple times in TextWrangler with different line break choices, but no > change. > > Any suggestions would be appreciated.
I think CR at the end is the usual convention of MacOS files (I don't use one, however, so I can't test). The best way is to ignore the warning for now. I truly don't think this makes sense so I will probable remove it in the code. //Marcin ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Avra-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avra-user
