Log in

View Full Version : pic18f series and microcode studio



ahm2002
- 10th December 2008, 18:17
Hello Dears,

i have a problem when i write code in microcode studio version 2.2.1 with pic basic pro 2.46 compiler.

when i write a code to program 18F452 microcontroller then i complie it i use MPASM but the compilation process will not complete and window show "asmbler errors" and write in the buttom of the window "source file pexceeds 62 characters".

so why this problem occures? and how i can repair it? how i can use the MPASM?

please we need ur help :)

also if any member have new version of microcode studio (full version is prefered) please provide us with a like to download from any suitable download site.

Thank you

Ala'

skimask
- 10th December 2008, 18:59
Hello Dears,
i have a problem when i write code in microcode studio version 2.2.1 with pic basic pro 2.46 compiler.
when i write a code to program 18F452 microcontroller then i complie it i use MPASM but the compilation process will not complete and window show "asmbler errors" and write in the buttom of the window "source file pexceeds 62 characters".
so why this problem occures? and how i can repair it? how i can use the MPASM?
please we need ur help :)
also if any member have new version of microcode studio (full version is prefered) please provide us with a like to download from any suitable download site.
Thank you
Ala'

Should I comment on this?

Should I not comment on this?

Should I comment on this?

Should I not comment on this?

Oh the choices...

Decisions...decisions...decision...

Do I let my morality rule the answer or do I go with what I really feel?

Oh what a pickle I am in.

If I answer it wrong, I may not get another chance to answer.

If I don't answer it at all, I may feel guilty at the end of the day.

Or maybe I wouldn't feel guilty at all.

What should I do?

HenrikOlsson
- 10th December 2008, 19:35
Ala',
Don't expect anyone here to provide you with an illegal copy of ANY software, that's simply not what we do here. Asking for things like that is not appreciated.

As to your fault, it looks like it pretty much spells it out for you: Source file exceeds 62 characters. I've never seen it myself but my guess is that the filename is too long. For example if you have the source in C:\Users\Documents and Setting\Ala\My Documents\PBP Projects.... the path is longer than 63 characters. Move your project folder to the root of your C-drive and try again.

/Henrik.