Log in

View Full Version : Two questions / errors



Ramius
- 12th May 2017, 18:30
Hi All!
It has been a while since I was doing anything with PICs and now I am trying again! Okay, so one question is I could have sworn when you wrote a program you would see line numbers? I cannot figure out how to turn on this option or has it been eliminated? Second question is I get an error message that reads "You have chosen to compile your program with ICD capabilities. The PICmicro will not run unless activated with the ICD toolbar". This is the new 3.1 version I am trying to set up.

Thanks, Ed

HenrikOlsson
- 12th May 2017, 18:47
Line numbers are a part of the IDE so it depends on which IDE you're using. Going by your second question I believe you're using MicroCodeStudio but I'm not sure it has that feature though you can see which line the cursor is on at the bottom of the screen. I don't have MCS on this machine so I can't be of more assistance than that I'm afraid.

It sounds as if you're hitting the ICD Compile button instead of the normal Compile button. Make sure you're clicking the correct one...

/Henrik.

tumbleweed
- 12th May 2017, 19:44
I believe you're using MicroCodeStudio but I'm not sure it has that feature
It does. From IDE main menu select 'View | Editor Options... | General tab' and check 'Show line numbers in left gutter'

Ramius
- 13th May 2017, 03:00
Thank you and I finally found the line numbers! :D Now if I can only get the ICD to function correctly!

Ed