You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 362 moved from a Google Code project.
Added by 2010-09-30T00:11:57.000Z by chuck.untulis@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Invalid).
Original labels: Type-Defect, Priority-Medium
Original description
In the http://www.arduino.cc/playground/Code/Eclipse documentation in the section about "Copying the library from an Arduino IDE project" when discussing adding the arduino core.a file to an Eclipse project the following passage says to add it to the project, but it does not say where in the tree it should be added. I added it at the top level, but I am not sure that this is the right place?
C:\Users\AppData\Local\Temp\buildXXXXXXXXXXXXXXXXXXXXX.tmp The X's in the build...tmp directory are a hash that map to the project whose temporary files are held in the directory. The temporary files are named after the project, so you can verify that you're copying the correct library.
Copy the core.a file into your own project directory, and rename it to libArduinoCore.a. You can call it anything, so long as it starts with "lib" and ends with ".a". It might be a good idea to name the file after its target, e.g. libArduinoMegaCore.a, so that you can always tell what the library's target architecture is. What steps will reproduce the problem? 1. 2. 3.
What is the expected output? What do you see instead?
What version of the Arduino software are you using? On what operating system? Which Arduino board are you using?
Please provide any additional information below.
The text was updated successfully, but these errors were encountered:
This is Issue 362 moved from a Google Code project.
Added by 2010-09-30T00:11:57.000Z by chuck.untulis@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Invalid).
Original labels: Type-Defect, Priority-Medium
Original description
In the http://www.arduino.cc/playground/Code/Eclipse documentation in the section about "Copying the library from an Arduino IDE project" when discussing adding the arduino core.a file to an Eclipse project the following passage says to add it to the project, but it does not say where in the tree it should be added. I added it at the top level, but I am not sure that this is the right place?
C:\Users\AppData\Local\Temp\buildXXXXXXXXXXXXXXXXXXXXX.tmp The X's in the build...tmp directory are a hash that map to the project whose temporary files are held in the directory. The temporary files are named after the project, so you can verify that you're copying the correct library.
Copy the core.a file into your own project directory, and rename it to libArduinoCore.a. You can call it anything, so long as it starts with "lib" and ends with ".a". It might be a good idea to name the file after its target, e.g. libArduinoMegaCore.a, so that you can always tell what the library's target architecture is.
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
What version of the Arduino software are you using? On what operating
system? Which Arduino board are you using?
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: