Codelite ver.10 create static library (.a) from exist file

CodeLite installation/troubleshooting forum
rafoula_Raf
CodeLite Curious
Posts: 4
Joined: Wed Oct 04, 2017 12:48 pm
Genuine User: Yes
IDE Question: c++
Contact:

Codelite ver.10 create static library (.a) from exist file

Post by rafoula_Raf »

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!
User avatar
eranif
CodeLite Plugin
Posts: 6367
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

Post by eranif »

After running the project (CTRL+F5 command)
You need to build your project first
I downloaded Codelite in my Windows 7 and I want to create a static library (.a) to my project for the linux.
You cant do that... binaries compiled on Windows can't be used on 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
Post Reply