PDA

View Full Version : 18F4620 error



Tobias
- 7th September 2009, 05:00
Just learning the MPASM and 18F chips. I have one error, 'Symbol not previously defined (FSR)'

What is that telling me? I can't find anything about FSR on the forum yet.

mackrackit
- 7th September 2009, 05:27
Lots of stuff on the forum.
http://www.google.com/custom?hl=en&client=pub-9304123683257609&cof=FORID:13%3BAH:left%3BCX:meLabs%2520PicBasic%25 20Pro%3BL:http://www.pbpgroup.com/Search/SearchImage.gif%3BLH:100%3BLP:1%3BVLC:%23551a8b%3B GFNT:%23666666%3BDIV:%23cccccc%3BKMBGC:%23ffffcc%3 BKMBOC:%23000000%3BKMSC:%23660000%3BKMTC:%23ff0000 %3BKMTVC:%23663399%3BKMUC:%233333ff%3B&adkw=AELymgV7GOBHOturLNH47tB2TwRvvdzsY1-INVzPv9dp52kigQjXGn4wvTIqnfWvAiK6Lz-WSQCv962aoS_jTPPl7Q9ciAmbBv54gKpBAjLQASw6fjD3cPSlh a17ndM0HM4bO3nCqTQEx1rdJK7yo0pG23Rd1dzWLA&boostcse=0&q=FSR+more:forum&cx=003666103979926751653:z4kc9dx55he&sa=N&ei=MoqkSovCGobsswObv7GNDw&oi=coopctx&resnum=0&ct=col1&cd=1

Can you post your code and configs ?

Tobias
- 7th September 2009, 06:05
Attached is a zip file with the code.

I need to start using Google to find info on this forum. When I use the forum's basic search for FSR, no results are found.

Thanks in advance for your input.


Lots of stuff on the forum.
http://www.google.com/custom?hl=en&client=pub-9304123683257609&cof=FORID:13%3BAH:left%3BCX:meLabs%2520PicBasic%25 20Pro%3BL:http://www.pbpgroup.com/Search/SearchImage.gif%3BLH:100%3BLP:1%3BVLC:%23551a8b%3B GFNT:%23666666%3BDIV:%23cccccc%3BKMBGC:%23ffffcc%3 BKMBOC:%23000000%3BKMSC:%23660000%3BKMTC:%23ff0000 %3BKMTVC:%23663399%3BKMUC:%233333ff%3B&adkw=AELymgV7GOBHOturLNH47tB2TwRvvdzsY1-INVzPv9dp52kigQjXGn4wvTIqnfWvAiK6Lz-WSQCv962aoS_jTPPl7Q9ciAmbBv54gKpBAjLQASw6fjD3cPSlh a17ndM0HM4bO3nCqTQEx1rdJK7yo0pG23Rd1dzWLA&boostcse=0&q=FSR+more:forum&cx=003666103979926751653:z4kc9dx55he&sa=N&ei=MoqkSovCGobsswObv7GNDw&oi=coopctx&resnum=0&ct=col1&cd=1

Can you post your code and configs ?

mackrackit
- 7th September 2009, 06:20
You have not looked around the forum much.
http://www.picbasic.co.uk/forum/showthread.php?t=4751

Why not post you code using using code tags?

Tobias
- 7th September 2009, 06:23
The code in its entirety is too long.

mackrackit
- 7th September 2009, 06:43
Is the
Include "Elapsed.bas"
from DT?

If so then this might be of help
http://www.picbasic.co.uk/forum/showpost.php?p=15575&postcount=18
It has a version for the 18s.

Tobias
- 7th September 2009, 06:53
Thanks that did it.