Do the MIOS OS bundles compile for all you guys?

I was able to get pass “error[129] END”. The problem has to do with UNIX and WINDOWS carridge return differences.

I use notepad++ which has a “CONVERT TO WINDOWS” feature.

Now that I got pass the “error[129] END”, the asm compiles with a messload of warnings. Is this normal?

My main.ERR file has 2700 lines of errors..

Now that I got pass the “error[129] END”, the asm compiles with a messload of warnings. Is this normal?

My main.ERR file has 2700 lines of errors..

You already found the solution ;). Convert all the .h and .inc files to DOS format.

Begin with the p18f452.inc file(this file causes most of the errors)!

Raphael

Yes. I went back and went through them after posting this. Only 3 or so files were in unix format, the rest were fine. It looks like TK might have gone in and made a few last minute changes in a different editor with different newline settings.

Back to work!

Thanks!