Codelite ver.10 create static library (.a) from exist file
Posted: Mon Nov 06, 2017 4:16 pm
Hello,
I have a created a project (C++ project) in my linux but the version of my linux is old and I can't download codelite in my linux.
I downloaded Codelite in my Windows 7 and I want to create a static library (.a) to my project for the linux.
I follow these steps:
1. drag and drop my project into codelite
2. settings -> General -> Project type and I choose static library
After running the project (CTRL+F5 command), I expected to find a .a file in the /Debug folder, but I didn't see. This folder has got only .d and .o files.
Can you help me?? Thanks!
I have a created a project (C++ project) in my linux but the version of my linux is old and I can't download codelite in my linux.
I downloaded Codelite in my Windows 7 and I want to create a static library (.a) to my project for the linux.
I follow these steps:
1. drag and drop my project into codelite
2. settings -> General -> Project type and I choose static library
After running the project (CTRL+F5 command), I expected to find a .a file in the /Debug folder, but I didn't see. This folder has got only .d and .o files.
Can you help me?? Thanks!