LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Arduino UNO R3, uploading problem.

I have this problem.

core.a(main.cpp.o): In function `main':
C:\Program Files (x86)\arduino-1.0.4\hardware\arduino\cores\arduino/main.cpp:11: undefined reference to `setup'
C:\Program Files (x86)\arduino-1.0.4\hardware\arduino\cores\arduino/main.cpp:14: undefined reference to `loop'

Thx for your time and help.

0 Kudos
Message 1 of 4
(5,429 Views)

You need to make sure that all 10 files in the firmware folder open simultaneously.  The Arduino IDE will do this for you if you open LIFA_Base.ino from the Arduino IDE.

0 Kudos
Message 2 of 4
(3,018 Views)

Same problem here... I got to scale back to LabVIEW Interface for Arduino v2.1.1.69 to be able to compile

There is something weird in the new version of LIFA where the .ino file is not in the expected directory, and a pop-up in arduino.exe requires the creation of this missing folder...

L.

0 Kudos
Message 3 of 4
(3,019 Views)

I try to upload the files .h and gives an error or compiling the files .cpp but the problem persist. I guess they need each other but they are calling the same variable with the same name i dont know much about that, its what i think.

0 Kudos
Message 4 of 4
(3,019 Views)