Page 1 of 1

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

Posted: Mon Nov 06, 2017 4:16 pm
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!

Re: Codelite ver.10 create static library (.a) from exist fi

Posted: Mon Nov 06, 2017 10:15 pm
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