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

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -