import wizard cannot find modules

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
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
import_wizard.PNG (23.91 KiB) Viewed 1583 times
import_wizard.PNG
import_wizard.PNG (23.91 KiB) Viewed 1583 times
[/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
(17.7 KiB) Not downloaded yet
error.PNG
(17.7 KiB) Not downloaded yet
[/img]
Thanks for your help.


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

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.
Post Reply