Hi Guys
I m still running on Mac OSX ventura (because this is the last version compatible with XTime Composer 14.4.1 on Mac) and then I ve just tested the SW USB 9 package. just wanted to share a positive experience:
go in your home directory with the Terminal
create a Sandbox folder eg SW_USB_9
in this folder unzip the sourcecode.zip from github release 9. Then move to one of the application folder:
cd ~/SW_USB_9/sw_usb_audio-9.0.0/app_usb_aud_xk_evk_xu316
and start by launching a cmake command which will automatically download the dependent libraries from xmos github.
cmake -G "Unix Makefiles" -B build
the lib_xxx files will be downloaded and stored in the sandbox folder (eg SW_USB_9 here)
then build the 2 predefined config with
xmake -C build
if you have an error about java class file 55, just install a java VM >= v11 and restart your shell.
all works well, you get the 2 xe files in the bin folder;
as of now you can also use the former "xcommon" build system and type instead
xmake CONFIG=2AMi2o2xxxxxx
from there, it is possible to use XTC 14.4.1 by creating "new projects" in the workspace, pointing on each of the folders of the sandbox,
and to build and work seemlessly in this enviroenement, as far as I can say (may be some limitations not seen yet :) )
Capture d’écran 2024-12-26 à 11.33.39.png
After installing XTC14.4.1 and XTC15.3.0 together, to launch XTC14.4.1 with the XTC15.3.0 tools,
one can create a "command" file with a line calling the setup of the XTC15.3.0 environment, like this:
Capture d’écran 2024-12-26 à 11.38.35.png
EDIT January 3rd : XTAG4 not runing from XTC14.4.1 with XTC15.3.0. But this works perfect with XTC15.2.1 so I revert back to 15.2.1 ... this might be due to the huge changes in xgdb mentioned in the release note which are no more compatible with XTC14.4.1 front end...
best regards
Fabriceo
You do not have the required permissions to view the files attached to this post.