import wizard cannot find modules

Technical questions regarding the XTC tools and programming with XMOS.
jsaksris
Member++
Posts: 29
Joined: Wed Jul 04, 2018 4:06 pm

import wizard cannot find modules

Post by jsaksris »

I have started coding from app_usb_aud_xk_216_mc

Then I 'created project based on existing application' but then the new project are not able to fine the modules.
[img]
import_wizard.PNG
[/img]

how can I add these module? as the library only included the library stuff (lib_usb) but not the module such as 'module_usb_shared'

below is the error msg. and searched directory.
[img]
error.PNG
[/img]
Thanks for your help.
You do not have the required permissions to view the files attached to this post.


User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am

Post by mon2 »

Hello. Please review this thread. Hope it helps:

http://www.xcore.com/viewtopic.php?t=3515
jsaksris
Member++
Posts: 29
Joined: Wed Jul 04, 2018 4:06 pm

Post by jsaksris »

it worked.

The problem has to do with the location of the resources and and the project 'created based on existing application'.
When created, the project are being created in the workspace. If your resources are not in your workspace, this problem occurs.

import all the project component from zip to the workspace solved the problem.