cancel
Showing results for 
Search instead for 
Did you mean: 

SPC5Studio How to build a project with linked resources?

FEspo.1
Associate

Hi,

I have several projects in SPC5Studio and I want to have common files shared by them, in order to modify these common files only once. So I'm trying to use linked files.

I have introduced a linked folder in my project by selecting:

New project/Advanced/Link to alternate location (Linked folder)/Browse

The folder is included as linked folder. The problem is that when I build the project I get an error, because common files are not found.

What am I doing wrong? Is this the right way to have common files shared by several projects in SPC5Studio?

Thank you in advance for your help.

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan YVIN
ST Employee

Hello Fespo ,

I think that it is a eclipse question..

Makefile should be updated.

you should update user.mak makefile to access to your virtual folder.

For common codes , in our development environment (git) , we are using some hooks or git submodules.

it is working well

Best Regards

Erwan

View solution in original post

1 REPLY 1
Erwan YVIN
ST Employee

Hello Fespo ,

I think that it is a eclipse question..

Makefile should be updated.

you should update user.mak makefile to access to your virtual folder.

For common codes , in our development environment (git) , we are using some hooks or git submodules.

it is working well

Best Regards

Erwan