Include compiled source code in PSoc Creator project (.a)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable
        Hello all, I am fairly new to the PSoc Creator software, still finding my way with it. Problem is as follows, I have code that works, and now i want to send my project but need to keep source closed. Figured out that compiled sources are .a, but how to add them to project (instead of the source code). Did poke around Linker Additional libraries but no luck. Best Regards   
0 Likes
1 Solution
Anonymous
Not applicable

 If your code is self contained then I think the best option is to make a library.

   

On PSOC Creator select File ---> new ---> Project

   

Click on "Other " tab and select Library

   

 

   

add or copy your files there

   

then you just distribute the library without souce

View solution in original post

0 Likes
7 Replies