Linking files from API source folder

Technical questions regarding the XTC tools and programming with XMOS.
abk
Junior Member
Posts: 5
Joined: Mon Jul 04, 2011 9:43 am

Linking files from API source folder

Post by abk »

Hello,

we've got a lot of reusable code in our xmos-api that is containing a lot of *.xc an *.h files.
In IDE-Version 11.2.2 we just had to link the folder that contians the needed files and all files where build and linked.

Doing the same in version 11.11.1 (after converting the legacy project) we get a linker error: "Error: Undefined reference to '<filename>'. Copying the needed files into the root folder of the project solves the problem.

Because the api is under version control, we need to link the files into the project.

Any ideas?

Thanks in advance!

Greetings,

Denis