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!
Codelite ver.10 create static library (.a) from exist file
-
- CodeLite Curious
- Posts: 4
- Joined: Wed Oct 04, 2017 12:48 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Codelite ver.10 create static library (.a) from exist fi
You need to build your project firstAfter running the project (CTRL+F5 command)
You cant do that... binaries compiled on Windows can't be used on LinuxI downloaded Codelite in my Windows 7 and I want to create a static library (.a) to my project for the linux.
You need help on C/C++ forum. This is not a C/C++ forum
Make sure you have read the HOW TO POST thread