I need to compile 4DIAC-FORTE into Arduino UNO board

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
chelovladimir
 
Posts: 3
Joined: Tue Feb 05, 2013 4:52 pm

I need to compile 4DIAC-FORTE into Arduino UNO board

Post by chelovladimir »

Hello everybody

Hello everybody

I have a 4DIAC-Forte runtime project, this project is made under c++ and contains a lots of libraries that permit a communication with IEC 61499 protocol, 4DIAC-FORTE can compiling with Eclipse, but I dont know how to compile this project to donwload for arduino UNO board

This is a tutorial how to compiling 4DIAC-FORTE into Eclipse http://sourceforge.net/apps/mediawiki/f ... th_Eclipse

Can anyone help me please??

User avatar
dennisma
 
Posts: 31
Joined: Fri Feb 01, 2013 5:39 pm

Re: I need to compile 4DIAC-FORTE into Arduino UNO board

Post by dennisma »

Isn't the runtime for 16 or 32 microprocessors? The Arduino UNO is 8 bit microcontroller.

chelovladimir
 
Posts: 3
Joined: Tue Feb 05, 2013 4:52 pm

Re: I need to compile 4DIAC-FORTE into Arduino UNO board

Post by chelovladimir »

Thanks for your help, is true that in an Arduino UNo board I can´t download de 4DIAC-FORTE runtime, but if I used de new board DUE(32 bits) how I can compile 4DIAC-Forte to donwload to this board

Regards

User avatar
dennisma
 
Posts: 31
Joined: Fri Feb 01, 2013 5:39 pm

Re: I need to compile 4DIAC-FORTE into Arduino UNO board

Post by dennisma »

chelovladimir wrote: if I used de new board DUE(32 bits) how I can compile 4DIAC-Forte to donwload to this board
Most Arduino developers use the Arduino IDE but it lacks any real debugging. I believe you'll want to use Atmel's AVRStudio 6 for building it. http://www.atmel.com/microsite/atmel_studio6/

I've seen write ups on using AVRStudio with a normal 8bit Arduino but have yet to see anyone use it with the new Due. You might want post your question over on the AVRFreaks forum http://www.avrfreaks.net/.

chelovladimir
 
Posts: 3
Joined: Tue Feb 05, 2013 4:52 pm

Re: I need to compile 4DIAC-FORTE into Arduino UNO board

Post by chelovladimir »

thanks for your help

kinds regards

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”