Hi there,
I am trying to remove a static library from my XMOS project names 'module_xud'. I have included a new module as its replacement. I've removed module_xud from the makefile but when it compiles I can still see 'module_xud' being included. I removed the library from the project but its till the same. I deleted the project source code from the work location directory and I get an error stating the 'module_xud is missing' and the error generates from a file from the installation path of the IDE itself. I am using XTC 13.2.3.
Is there any other setting file where I will have to exclude the module?
Regards,
Karthik
Removing an already existing project using XTC Topic is solved
-
- Member
- Posts: 8
- Joined: Wed Nov 17, 2021 4:39 am
Removing an already existing project using XTC
You do not have the required permissions to view the files attached to this post.
View Solution
-
- Experienced Member
- Posts: 111
- Joined: Sun Mar 06, 2011 11:39 pm
Try to search the entire workspace for "module_xud". Menu -> Search -> Search. Scope: Workspace
Try to do a 'clean'. Menu -> Project -> Clean.
Try to do a 'clean'. Menu -> Project -> Clean.
-
- XCore Addict
- Posts: 179
- Joined: Mon Apr 16, 2018 9:14 am
Removing files from HDD doesnt work, that's Ok. Project is a database that contains many things inside it. Go to your Project Property (press right mouse button and select Property from menu). Links to the old module still there. You can remove it manually. But you'd better remove module from the project explorer in correct way. Then use Clean Project from menu (that's obvious).
-
- Respected Member
- Posts: 367
- Joined: Wed May 31, 2017 6:55 pm
Each of the libraries included in your project will have its own "makefile" called module_build_info. They can call up other modules independently of the parent project.
Check them and you may find a line like this:
Check them and you may find a line like this:
DEPENDENT_MODULES = module_xud