Re: Compile error
Thanks Jack, I've deleted everything, both Teensy and Aduino and reinstalled and "TimeLib" just isn't there, all
the others are.
Bob -wb6kwt
By
Bob Miller
·
#266
·
|
Re: Compile error
From the JackAl.h header file:
#include <Arduino.h>????????? // Standard with IDE
#include <EEPROM.h>?????????? // EEPROM distributed with Teensy libraries
#include
By
jjpurdum
·
#265
·
|
Re: Struggling to get the IDE installed.
Keep us posted...
Jack, W8TEE
By
jjpurdum
·
#264
·
|
Re: Struggling to get the IDE installed.
Thanks Jack
Completely removed everything again and search all of my drives for anything Arduino related and removed a lot of it.
Still failed.
Back to the beginning again and this time didn't just
By
DaveC <murzim@...>
·
#263
·
Edited
|
Re: complile errors
You're right...I didn't look to the end of the function. It appears it can be deleted. I'm not sure why I added it...
Jack, W8TEE
By
jjpurdum
·
#262
·
|
Re: complile errors
Jack,
Sorry, that was the second compiler warning, not the first.
The first warning is correct as well. If the condition
('digitalRead(FILTERENCODERSWITCH) != LOW') is false when first
By
Brian Bowling
·
#261
·
|
Re: complile errors
Jack,
The first compiler warning says that 'delta' is set but not used. Looking
at the function it appears that is true. I don't see where 'delta' is used
after it's set.
Brian -
By
Brian Bowling
·
#260
·
|
Re: Struggling to get the IDE installed.
Part of the problem is that you still have a previous install on path. Also, you did not set up the JackAl source code directory, as evidenced here:
from
By
jjpurdum
·
#259
·
|
Struggling to get the IDE installed.
I have been struggling to get the new IDE and all the files installed as per Jack's documents, including the latest version. even tried on an almost clean install of Windows 10 with no luck.
When I
By
DaveC <murzim@...>
·
#258
·
|
Re: compile errors
Read my other post as I've answered this before.
Jack, W8TEE
By
jjpurdum
·
#257
·
|
Re: New Document File: Installing the IDE
The other complication is that each person who writes a library and posts it on Github, but lets Arduino/Teensy uses know about it, is free to implement it anyway they want to, including its
By
jjpurdum
·
#256
·
|
Re: complile errors
Again, the GNU compiler isn't smart enough to see that position below is set.
????? position = rxEqualizer[j];
????? if (position < 160)??????????????? // Don't
By
jjpurdum
·
#255
·
|
Re: complile errors
Once again, the warning in yellow below is caused by this statement block:
int SetFilterCenterFrequency(int scaleStart, int ScaleEnd, int whichOne)
{
? char temp[4];
? int coordinate, delta,
By
jjpurdum
·
#254
·
|
Re: Compile error
Thanks, the file I think that's missing is timelib Jim listed it as a file which is needed and supplied in the Teensy.
Bob
By
Bob Miller
·
#253
·
|
Re: Compile error
Bob,
If you are still having issues, please send us the whole log so someone can help.
The error indication information is going to be much further up in the log.
Might seem a little
By
Gary Anderson
·
#252
·
|
Re: New Document File: Installing the IDE
Thanks for the reply Gary.
Yeah, even after I uninstalled the IDE and reloaded it the way Jack instructed it seems that remnants of libraries from my initial default IDE installation remained and the
By
James Zdunic <james_zdunic@...>
·
#251
·
|
Re: complile errors
Since the message indicates the teensy loader was activated I believe the compiler is happy. I am getting the same (or very similar) messages when I compile and am able to load it into the teensy
By
James Zdunic <james_zdunic@...>
·
#250
·
|
complile errors
ctrl-c worked just didn't think it di before.
file compiles now with the below warnings i guess they are.? do they need to be corrected or is it good the way it is?
dave k7da
Equalizer.cpp: In
By
k7da
·
#249
·
|
Re: compile errors
I click and hold at the beginning of error message then drag down over it to the end to highlight it. The press ctrl-c to copy.
Jim KM4TXR
By
James Zdunic <james_zdunic@...>
·
#248
·
|
Re: compile errors
that was the problem. but..?? do you know how to copy the error message when there is no copy msg? on the blue bar above the msg output area.? not the code area.
dave k7da
By
k7da
·
#247
·
|