Install Toolchain for Arduino Uno
Moderator: Benj
Install Toolchain for Arduino Uno
Hi, I have installed the toolchain for the AVR/Arduino Toolchain and have written a basic output program using the 3D panel. This runs in simulation.
I have selected the Arduino Uno in the project options and the COM port (which shows up as COM5)
But when I try to download, a message pops up telling me to install the toolchain and it cannot create C or download. Please help
I have selected the Arduino Uno in the project options and the COM port (which shows up as COM5)
But when I try to download, a message pops up telling me to install the toolchain and it cannot create C or download. Please help
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Install Toolchain for Arduino Uno
Hi, samwane.
Welcome to the matrix forums.
Did you download the toolcain from the Flowcode site?
If so I don't believe that will work with V8 ,it's for V9 and onwards.
Can you try installing the version from here and let us know how you get please?
Welcome to the matrix forums.
Did you download the toolcain from the Flowcode site?
If so I don't believe that will work with V8 ,it's for V9 and onwards.
Can you try installing the version from here and let us know how you get please?
Martin
Re: Install Toolchain for Arduino Uno
Hi Martin,
Thank you for your prompt reply.
I will try the Flowcode8 toolchain download later.
Before I do, I have noticed two folders on my C: drive under Program Files (x86):
Flowcode
Flowcode v8
Under /Flowcode, there is only a folder named /Compilers (full of avr, pic etc), no other files
Under Flowcode v8 there is no /Compiler folder
Should I move the /Compiler folder to go in Flowcode v8 ?
Or is there a way I can tell Flowcode to find the Compilers in the /Flowcode directory (this would be preferable as I don't have to call my IT dept)
Apologies I can't just try it as I don't have admin rights and I need to make a call to my IT dept
Thank you for your prompt reply.
I will try the Flowcode8 toolchain download later.
Before I do, I have noticed two folders on my C: drive under Program Files (x86):
Flowcode
Flowcode v8
Under /Flowcode, there is only a folder named /Compilers (full of avr, pic etc), no other files
Under Flowcode v8 there is no /Compiler folder
Should I move the /Compiler folder to go in Flowcode v8 ?
Or is there a way I can tell Flowcode to find the Compilers in the /Flowcode directory (this would be preferable as I don't have to call my IT dept)
Apologies I can't just try it as I don't have admin rights and I need to make a call to my IT dept
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Install Toolchain for Arduino Uno
Hi, Your welcome.
When you install any toolchain, the location for 64bit windows will be
That path automatically added the the registry.
You will not need to move or specify any folders as it's all done behind the scenes.
When you install any toolchain, the location for 64bit windows will be
Code: Select all
C:\Program Files (x86)\Flowcode\Common\Compilers
You will not need to move or specify any folders as it's all done behind the scenes.
Martin
Re: Install Toolchain for Arduino Uno
Hi Martin,
My toolchain is in:
c:\Proogram Files (x86)\Flowcode\Compilers
This has:
\arm
\avrv5
\pic
When I try to compile to C (or HEX etc), I get the error:
AVR compiler toolchain is not installed.
However, my IT person installed in yesterday.
In Flowcode8, I can see under the menu: Build-->Compiler Options:
AVR Default Location: $(compileavr)batchfiles\avra.bat
So I'm thinking $compileavr is not set correctly. I there a way to edit this please?
My toolchain is in:
c:\Proogram Files (x86)\Flowcode\Compilers
This has:
\arm
\avrv5
\pic
When I try to compile to C (or HEX etc), I get the error:
AVR compiler toolchain is not installed.
However, my IT person installed in yesterday.
In Flowcode8, I can see under the menu: Build-->Compiler Options:
AVR Default Location: $(compileavr)batchfiles\avra.bat
So I'm thinking $compileavr is not set correctly. I there a way to edit this please?
- Steve
- Matrix Staff
- Posts: 3429
- Joined: Tue Jan 03, 2006 3:59 pm
- Has thanked: 114 times
- Been thanked: 422 times
Re: Install Toolchain for Arduino Uno
The "AVRv5" toolchain is intended for use with Flowcode v9. For Flowcode v8, you need to use the "AVR" toolchain download. This is available from the Flowcode v8 section of your Flowcode Account page: https://www.flowcode.co.uk/accounts/
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Install Toolchain for Arduino Uno
Just curious if that was created from the link I posted?
Martin
Re: Install Toolchain for Arduino Uno
No, this was created from the file Flowcode_Compler_AVRv5.msi
Which I realise is for Flowcode 9
I will have to try and install the file Flowcode_Compler_AVR.msi (Flowcode unfortunately I will have to wait until next week though.
Thanks for everyone's help btw.
Sam
Which I realise is for Flowcode 9
I will have to try and install the file Flowcode_Compler_AVR.msi (Flowcode unfortunately I will have to wait until next week though.
Thanks for everyone's help btw.
Sam