Hi Byungju,
This is done in the same way as for any Eclipse CDT based IDE.
You can create Library project from Wizard or change the Artifact type in the project settings:
The library can be added in the Linker settings. You should set library name and path, for example:
Best regards,
Dmitry
Hi Byungju,
This is done in the same way as for any Eclipse CDT based IDE.
You can create Library project from Wizard or change the Artifact type in the project settings:
The library can be added in the Linker settings. You should set library name and path, for example:
Best regards,
Dmitry
Hi Byungju,
1. Looks like you have error with libc. Could you show me your Target Processor settings?
Please double check Libraries support field.
2. Please delete prefix lib from library name. From the gcc documentation:
-l library ...
... surrounds library with lib and .a and searches several directories.
Best regards,
Dmitry