winavr - Code from ICCV7- AVR displays garbled in text editor? -
i have code written atmega64 , "iccv7 avr" (c cross compiler atmel avr),
i can open , edit sourceinsight,
but when open text editor (the common 1 on windows), garbled.
what can ?
thanks lot in advance.
probably because code file stored in unix format, uses "\n" return @ end of each line. notepad in windows uses "\r\n" return. in notepad, code may display in single line.
ps: try tag q other tags. 'icc' here means intel c++ compiler.
Comments
Post a Comment