wiken
New Member
Posts: 45
|
Post by wiken on May 31, 2018 11:42:03 GMT
Hi.
I'm using two Arduino libraries OneWire and DallasTemperature. Both seems to work fine using VS IDE to compile the code with the v4.9.1.0-infineon-1.1 compiler.
Now I have start using the Eclipse IDE and after compiling the linker seems not to find the OneWire.o and DallasTemperature.o files. I can't find where they are placed after build.
I guess that directory has to be included as -L in the projects/settings
Do you know where they are placed?
\Wiken
|
|
wiken
New Member
Posts: 45
|
Post by wiken on Jun 11, 2018 5:38:33 GMT
I don't need to. The simplest way to get arduino libraries into the project is to copy the code into your directory and add it into your project. Not a clean and good solution, but it works. The only cunundrum is if there are dependencies to other libraries. \Wiken
|
|