Post by wiken on Sept 18, 2017 11:38:05 GMT
Hi.
I have installed the latest files like ShieldBuddy 1.45 and toolchaon 4.9.1.0.
Earlier I have had 1.41 and 4.6.6.0
No I have 2 directories aurduino and aurduino_Dx.
I have a TC275 F200W CA EE.
Now heres the cunundrum:
I can compile with aurduino_Dx, but not with aurduino.
I can't upload with aurduino_Dx = Wrong target type.
Probably I can upload using aurduino, but I get library errors:
Compiling XXXXXXX for 'ShieldBuddyTC275'
Build Folder: file:///C:/Users/EWIKGOR/AppData/Local/Temp/VMBuilds/RF_Switch_Ctrl/aurduino_aurduino_aurix_aurduino/Debug
net.cpp: In function uint8 SoftSPi_TFTP_Spi_Transfer(uint8)
net.cpp: 164:57: warning: array subscript is above array bounds [-Warray-bounds]
_receive |= (IfxPort_getPinState(AURduinoPins[MISO_pin].port, AURduinoPins[MISO_pin].pinIndex) & 0x01); \\ Capture MISO
net.cpp: 164:86: warning: array subscript is above array bounds [-Warray-bounds]
_receive |= (IfxPort_getPinState(AURduinoPins[MISO_pin].port, AURduinoPins[MISO_pin].pinIndex) & 0x01); \\ Capture MISO
Stream.cpp: 56:27: error: 'int Stream::peekNextDigit' is not a static member of 'class Stream
int Stream*: peekNextDigit(LookaheadMode lookahead, bool detectDecimal)
Stream.cpp: 56:27: error: 'LookaheadMode' was not declared in this scope
Error compiling core
Stream.cpp: 56:52: error: expected primary-expression before 'bool
int Stream*: peekNextDigit(LookaheadMode lookahead, bool detectDecimal)
Build failed for project 'RF_Switch_Ctrl'
Stream.cpp: 56:70: error: expression list treated as compound expression in initializer [-fpermissive]
int Stream*: peekNextDigit(LookaheadMode lookahead, bool detectDecimal)
Stream.cpp: 57:1: error: expected ',' or ';' before '{' token
What am I missing?
It feels like a some mismatch in the installation.
\Wiken