Not Able to Compile to Arduino

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 6.

Moderator: Benj

Post Reply
User avatar
Steve D
Posts: 14
Joined: Mon Nov 26, 2012 7:32 am
Has thanked: 6 times
Been thanked: 1 time

Not Able to Compile to Arduino

Post by Steve D »

Hi, I have tried to follow the instructions that I used in v5 to be able to program my Arduino boards but am not having any joy in v6.

I have a Freetronics EtherTen (ethernt equivalent) board and a Freetronics Eleven (uno R3 equivalent) board.

Is there a new set of instructions available for v6?

PS - initial thoughts are that I love v6 from a functionality perspective :)

User avatar
acestu
Posts: 1720
Joined: Thu Dec 01, 2011 9:36 pm
Location: Macclesfield UK
Has thanked: 783 times
Been thanked: 223 times

Re: Not Able to Compile to Arduino

Post by acestu »

Hi Steve,

When you say you can't compile, do you get any error messages, if you could post a screen grab pic, or explain a little more then the guys can help you a lot quicker, if you don't have a screenshot app you can download Greenshot here for free (open source) an excellent little app
http://getgreenshot.org/downloads/

... :D


cheers
Acestu
Laptop Mac Book Pro i7 retina El Capitan //// Tower/Intel i7-Windows 7 64 Bit, Toshiba i5 Laptop Windows 10
Computers are like air conditioners. They work fine until you start opening windows.

User avatar
Steve D
Posts: 14
Joined: Mon Nov 26, 2012 7:32 am
Has thanked: 6 times
Been thanked: 1 time

Re: Not Able to Compile to Arduino

Post by Steve D »

Hi Acestu, good idea. Here is the error I get when using the default compiler settings.
Screen Grab of Error when Compiling to EtherTen.JPG
(132.7 KiB) Downloaded 3577 times


Cheers, Steve

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

Re: Not Able to Compile to Arduino

Post by JonnyW »

Hello. This looks lie an issue with the install - this has since been fixed and the installer is online - if you reinstall Flowcode from the current online version (you may have to uninstall the previous version) this should be sorted. The wrong batch file had been added to the install.

Alternatively you can edit \compilers\avr\batchfiles\avrc.bat and change any \AVRDude\ to \bin\ to fix this problem - there are two occurrences near the top of the file.

Jonny

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times

Re: Not Able to Compile to Arduino

Post by dazz »

Hi Jonny
reply but it still errors with arduino msg file attached

Regards
Dazz
Flowcode1.msg.txt
(2.49 KiB) Downloaded 452 times
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

User avatar
JohnCrow
Valued Contributor
Valued Contributor
Posts: 1367
Joined: Wed Sep 19, 2007 1:21 pm
Location: Lincolnshire
Has thanked: 364 times
Been thanked: 716 times

Re: Not Able to Compile to Arduino

Post by JohnCrow »

Hi Dazz
Ive just installed the new update.
I can now compile correctly to UNO, MEGA, and Leonardo.

I program using the AVRISP adaptor. Never got round to trying to use the USB direct to the Arduino so dont know if that works correctly.
1 in 10 people understand binary, the other one doesn't !

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times

Re: Not Able to Compile to Arduino

Post by dazz »

Hi John
Its probably just a simple setting on the parameters or something ,cant work it out, it seems unable to recognise the usb port, but arduino ide works fine, i prefer to programme via the arduino board via usb, might work it out in a day or two when my mind is clear :lol:

Regards
Dazz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

User avatar
Steve D
Posts: 14
Joined: Mon Nov 26, 2012 7:32 am
Has thanked: 6 times
Been thanked: 1 time

Re: Not Able to Compile to Arduino

Post by Steve D »

Hi All, I think I'm getting the same type of error as Dazz. I have uninstalled v6 and redownloaded and installed about 8 hours ago (I assume it's the latest installer).

When compliing to the "Eleven" (Uno R3 equiv) the compiler returned this error;

"everdude.exe: usbdev_open(): did not find any USB device "usb""


When I tried to compile to the EtherTen it returned this error;

Title:
Description:
Device: AVR.ATMEGA.ATMEGA328
Generated by: Flowcode v6.0.1.0
Date: Tuesday, September 10, 2013 20:04:22
Users: 1
Registered to:
Licence key:
http://www.matrixmultimedia.com
Launching the compiler...
C:\Program Files\Flowcode 6\compilers\avr\batchfiles\avra.bat atmega328 "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.elf" "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.c" "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.lst"
Launching compiler...

C:\Users\\Desktop\SHORTB~1>"C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\BATCHF~1\..\bin\avr-gcc.exe" -mmcu=atmega328 -Os -funsigned-char -o "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.elf" "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.c" -lm

C:\Users\\Desktop\SHORTB~1>"C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\BATCHF~1\..\bin\avr-objdump.exe" -S "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.elf" 1>"C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.lst"

C:\Users\\Desktop\SHORTB~1>"C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\BATCHF~1\..\bin\avr-size.exe" -B -d "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.elf"
text data bss dec hex filename
736 0 22 758 2f6 C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.elf

Compilation successful!
Completed compilation, return = 0

Launching the linker/assembler...
C:\Program Files\Flowcode 6\compilers\avr\batchfiles\avrb.bat "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.elf" "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.hex" "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.cof"

C:\Users\\Desktop\SHORTB~1>"C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O ihex -R .eeprom "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.elf" "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.hex"

HEX file creation successful!

C:\Users\\Desktop\SHORTB~1>"C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\BATCHF~1\..\bin\avr-objcopy" -O coff-avr -R .eeprom "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.elf" "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.cof"

COFF file creation successful!

Launching the programmer...
C:\Program Files\Flowcode 6\compilers\avr\batchfiles\avrc.bat AVRDUDE m328 atmega328 "C:\Users\\Desktop\SHORTB~1\ShortBlinkLED.hex" "ShortBlinkLED.hex" 0

C:\Users\\Desktop\SHORTB~1>"C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\BATCHF~1\..\bin\avrdude.exe" -p m328 -P usb -c avrispmkii -U flash:w:"ShortBlinkLED.hex"
avrdude.exe: AVR Part "m328" not found.

Valid parts are:
t10 = ATtiny10 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:15443]
t8 = ATtiny9 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:15403]
t5 = ATtiny5 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:15363]
t4 = ATtiny4 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:15323]
ucr2 = 32UC3A0512 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:15302]
x128a4 = ATXMEGA128A4 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:15204]
x64a4 = ATXMEGA64A4 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:15107]
x32a4 = ATXMEGA32A4 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:15010]
x16a4 = ATXMEGA16A4 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14913]
x256a3b = ATXMEGA256A3B [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14816]
x256a3 = ATXMEGA256A3 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14719]
x192a3 = ATXMEGA192A3 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14622]
x128a3 = ATXMEGA128A3 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14525]
x64a3 = ATXMEGA64A3 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14428]
x256a1 = ATXMEGA256A1 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14331]
x192a1 = ATXMEGA192A1 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14234]
x128a1d = ATXMEGA128A1REVD [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14137]
x128a1 = ATXMEGA128A1 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:14040]
x64a1 = ATXMEGA64A1 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:13943]
m6450 = ATMEGA6450 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:13754]
m3250 = ATMEGA3250 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:13565]
m645 = ATMEGA645 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:13376]
m325 = ATMEGA325 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:13187]
usb82 = AT90USB82 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:13007]
usb162 = AT90USB162 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:12823]
usb1287 = AT90USB1287 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:12634]
usb1286 = AT90USB1286 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:12445]
usb647 = AT90USB647 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:12257]
usb646 = AT90USB646 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:12068]
m32u4 = ATmega32U4 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:11880]
t84 = ATtiny84 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:11697]
t44 = ATtiny44 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:11515]
t24 = ATtiny24 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:11333]
m128rfa1 = ATMEGA128RFA1 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:11145]
m2561 = ATMEGA2561 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:10951]
m2560 = ATMEGA2560 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:10758]
m1281 = ATMEGA1281 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:10570]
m1280 = ATMEGA1280 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:10381]
m640 = ATMEGA640 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:10193]
t85 = ATtiny85 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:10012]
t45 = ATtiny45 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:9833]
t25 = ATtiny25 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:9653]
pwm3b = AT90PWM3B [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:9472]
pwm2b = AT90PWM2B [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:9289]
pwm3 = AT90PWM3 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:9106]
pwm2 = AT90PWM2 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:8922]
t2313 = ATtiny2313 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:8735]
m328p = ATMEGA328P [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:8547]
t88 = attiny88 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:8361]
m168 = ATMEGA168 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:8173]
m88 = ATMEGA88 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:7987]
m48 = ATMEGA48 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:7800]
t861 = ATTINY861 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:7612]
t461 = ATTINY461 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:7423]
t261 = ATTINY261 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:7234]
t26 = ATTINY26 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:7077]
m8535 = ATMEGA8535 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:6919]
m8515 = ATMEGA8515 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:6761]
m8 = ATMEGA8 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:6600]
m161 = ATMEGA161 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:6460]
m32 = ATMEGA32 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:6285]
m6490 = ATMEGA6490 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:6092]
m649 = ATMEGA649 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:5907]
m3290p = ATMEGA3290P [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:5724]
m3290 = ATMEGA3290 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:5539]
m329p = ATMEGA329P [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:5354]
m329 = ATMEGA329 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:5170]
m169 = ATMEGA169 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:4990]
m163 = ATMEGA163 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:4832]
m162 = ATMEGA162 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:4636]
m1284p = ATMEGA1284P [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:4446]
m644p = ATMEGA644P [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:4254]
m644 = ATMEGA644 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:4064]
m324p = ATMEGA324P [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:3873]
m164p = ATMEGA164P [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:3682]
m16 = ATMEGA16 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:3504]
c32 = AT90CAN32 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:3313]
c64 = AT90CAN64 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:3123]
c128 = AT90CAN128 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:2933]
m128 = ATMEGA128 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:2755]
m64 = ATMEGA64 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:2574]
m103 = ATMEGA103 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:2434]
8535 = AT90S8535 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:2313]
8515 = AT90S8515 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:2199]
4434 = AT90S4434 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:2116]
4433 = AT90S4433 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:1992]
2343 = AT90S2343 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:1868]
2333 = AT90S2333 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:1740]
2313 = AT90S2313 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:1627]
4414 = AT90S4414 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:1514]
1200 = AT90S1200 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:1399]
t15 = ATtiny15 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:1266]
t13 = ATtiny13 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:1093]
t12 = ATtiny12 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:960]
t11 = ATtiny11 [C:\PROGRA~1\FLOWCO~3\COMPIL~1\avr\bin\avrdude.conf:896]


Error returned from [avrdude]
.
C:\Program Files\Flowcode 6\compilers\avr\batchfiles\avrc.bat reported error code 1

User avatar
Steve D
Posts: 14
Joined: Mon Nov 26, 2012 7:32 am
Has thanked: 6 times
Been thanked: 1 time

Re: Not Able to Compile to Arduino

Post by Steve D »

JonnyW wrote:Hello. This looks lie an issue with the install - this has since been fixed and the installer is online - if you reinstall Flowcode from the current online version (you may have to uninstall the previous version) this should be sorted. The wrong batch file had been added to the install.

Alternatively you can edit \compilers\avr\batchfiles\avrc.bat and change any \AVRDude\ to \bin\ to fix this problem - there are two occurrences near the top of the file.

Jonny
Hi Jonny, I've now tried re-installing and also checked the batch file which looks to comply with your instructions without me needing to modify it. Never has fixed the issue of not being able to compile to my boards.

When I use the Arduino IDE I have to select com port and the board type, I assume that when i first select a chip at project start I'm in fact selecting board type? Where should I enter com port?

In a different forum post I've asked whether there is updated instructions on how to setup the coms for an arduino board but haven't seen any replies? I assume I'll need to follow different instructions because the file structure of v6 is different to v5 that I have previously been able to get to work (with help from forum users).

This is unmodified AVRC.bat file

@IF NOT "%8"=="-1" SET Fuse1=-U hfuse:w:%8:m
@IF NOT "%9"=="-1" SET Fuse2=-U lfuse:w:%9:m
@SHIFT
@IF NOT "%9"=="-1" SET Fuse3=-U efuse:w:%9:m
@GOTO Send


:ConfigOneFuse
@IF NOT "%8"=="-1" SET Fuse1=-U fuse:w:%8:m
@SHIFT
@GOTO Send


:Send
@REM Now add any additional command line parameters here
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@SHIFT
%AVRDUDEcmd% %Fuse1% %Fuse2% %Fuse3% %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
@IF %ERRORLEVEL% NEQ 0 GOTO DUDEError
@GOTO End


:DUDEError
@ECHO.
@ECHO Error returned from [avrdude]
@EXIT 1


:STKprog
@REM -------------- STK500 programmer --------------

@SET STK500cmd=%STKPath% -c%STKPort% -d%3 -e -if%4 -pf -vf
%STK500cmd%

@IF %ERRORLEVEL% NEQ 0 GOTO STKError
@GOTO End

:STKError
@ECHO.
@ECHO Error returned from [stk500]
@EXIT 1

:End
@ECHO.
@ECHO Programming successful!
@EXIT 0

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Not Able to Compile to Arduino

Post by Benj »

Hello Steve,

Please see this post for details of how to setup your Arduino to work with Flowcode 6.
http://www.matrixmultimedia.com/mmforum ... 54&t=13084

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times

Re: Not Able to Compile to Arduino

Post by dazz »

Hi Steve
My mistake missed a p in the chip type, attached is a modified fcd file
pop it in your fcd folder and it should compile
Regards
Dazz
Arduino EtherTen.fcdx
(10.59 KiB) Downloaded 359 times
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

Post Reply