I have a project that requires libc.a. I know this because when I try to build it, I get the following error at linking stage :-
cannot find libc.a: No such file or directory.
I tried a few of the examples on the forum to try and add a path to the library files but none of them work.
What I have at the moment is, Settings->Library Include Standard Libraries set to NO & and added the path to libc.a in Settings->Linker Aditional Input Files set to $(ProjectDir)/libs.
Only way I could get it to work is to copy libc.a to the root dir of my solution????
Please, how do I add libraries to my project the proper way without manually scavenging lib files and pasting them into root of my project dir?
Oh, I also tried following a guide (looked way too simple to actually work) that made SES use GCC compiler installed separately but that didn't work either...
I'm using SES release 7.10 on windows 10
cannot find libc.a: No such file or directory.
I tried a few of the examples on the forum to try and add a path to the library files but none of them work.
What I have at the moment is, Settings->Library Include Standard Libraries set to NO & and added the path to libc.a in Settings->Linker Aditional Input Files set to $(ProjectDir)/libs.
Only way I could get it to work is to copy libc.a to the root dir of my solution????
Please, how do I add libraries to my project the proper way without manually scavenging lib files and pasting them into root of my project dir?
Oh, I also tried following a guide (looked way too simple to actually work) that made SES use GCC compiler installed separately but that didn't work either...
I'm using SES release 7.10 on windows 10
The post was edited 1 time, last by nibbly78 ().