Hi,
I am in working in a project targeting to import Relic-toolkits Cryptography library into the arduino DUE. I am using Eclipse JUNO V2 in Ubuntu 12.04. In fact, despite this version of JUNO is suporting Arduino Due but it doesn't have a feature for linking the library what I mean here the arduino Toolchain provided by this version only can provide the follwoing.
Arduino C++ Compiler
Arduino C Compiler
Arduino archiver
Arduino combiner
Arduino tool Create eeprom
Arduino tool Create hex
Arduino tool Print Size
Whereas, the ARM Linux GCC(Sourcey G++ lite) toolchain providing
ARM Sourcery Linux GCC Assembler
ARM Sourcery Linux GCC C Compiler
ARM Sourcery Linux GCC C++ Compiler
ARM Sourcery Linux GCC C Linker
ARM Sourcery Linux GCC C++ Linker
ARM Sourcery Linux GCC Archiver
ARM Sourcery Linux GNU Create Flash Image
ARM Sourcery Linux GNU Create Listing
ARM Sourcery Linux GNU Print Size
From the above list it is very obvious there is no GCC C Linker which is allowing linking external library .a File
I wonder if there is any body here can help me to sort out this issue or recommend any other IDE in which can help me importing the library easily.
//
BR
Albahri