Hi, am having trouble compiling.
First up is that I cant get past number of syntax errors while having LED array on either of the panels.
Second is When the LED array has been removed, I get an ERROR CODE 1 when compiling.
Any ideas please?
Cheers
JOHN
Error Code when compiling
Moderator: Benj
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Error Code when compiling
Hi John,
I have reported the array issue here:
http://www.matrixmultimedia.com/mmforum ... 55&t=12900
We will not know whats causing error 1 until you post your flowchart that's causing the error in question.
I did have an error -1 when I had got pickit2 settings wrong, but that has now been corrected.
I have reported the array issue here:
http://www.matrixmultimedia.com/mmforum ... 55&t=12900
We will not know whats causing error 1 until you post your flowchart that's causing the error in question.
I did have an error -1 when I had got pickit2 settings wrong, but that has now been corrected.
Martin
Re: Error Code when compiling
OK thanks
I know the prob will be simple, here is my file if you want to check it out.
What was the pic2 issue?
John
I know the prob will be simple, here is my file if you want to check it out.
What was the pic2 issue?
John
- Attachments
-
- test 4X4.fcfx
- (62.72 KiB) Downloaded 288 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Error Code when compiling
Hi John,
You have two issues with your flowchart.
1: In the outlined component its expecting a string (since its a print string command): Instead of a string you placed a float variable.
2) with the use of floats etc you have exceeded the storage capacity of target device.
Floats should be avoided with 8bit pics if at all possible.
You have two issues with your flowchart.
1: In the outlined component its expecting a string (since its a print string command): Instead of a string you placed a float variable.
2) with the use of floats etc you have exceeded the storage capacity of target device.
Floats should be avoided with 8bit pics if at all possible.
Martin
Re: Error Code when compiling
OOPss!!! Yep I see now, and I forgot about the float issue. Working on too many things at once.
Thank you heaps
JOHN
Thank you heaps
JOHN
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Error Code when compiling
Your welcome John.
So long as it all helps.
Thanks for the update
Martin
So long as it all helps.
Thanks for the update
Martin
Martin