Hello everyone, I am using Arduino Due and including some external c libraries in the arduino sketch that i created. I selected the library from the sketch menu->include library and it compiles just fine.
Now, from my C code i tried calling a function 'test_initialize' which is defined in that library but i get an error "undefined reference to `test_initialize()' " which probably means that the header file and source code for the function are found, but not the object file required to link and create the final executable. I am not sure what to change here.
Can someone please help to address this.
Thanks.
Sam.