Control Line utility ubuntu

New to XMOS and XCore? Get started here.
Post Reply
antonimaco
Member++
Posts: 24
Joined: Tue Jan 23, 2018 4:58 pm

Control Line utility ubuntu

Post by antonimaco »

Hi,

I have tried to compile the control line utility in a ubuntu pc. Unfortunately, I cannot get this compiled.

- First, I have executed the script SetEnv ( "source SetEnv" on a terminal).
- After this, when I tried to make the file "Makefile.Linux64" I have got problems with the library "readline" (It was not recognize by the system as it was not installed in the system). To solve this, I have installed the library readline (sudo apt-get install libreadline6 libreadline6-dev).
- Now, the problem I obtain is:

Image


Am I doing something wrong?? I have executed the makefile and used the line utility in mac osx successfully.

Thanks in advance.

Antonio


antonimaco
Member++
Posts: 24
Joined: Tue Jan 23, 2018 4:58 pm

Post by antonimaco »

Hi,
I didn't have installed in my pc the library "libusb". Therefore, I installed (sudo apt-get install libusb-1.0-0-dev) and everything seems to work fine.

Antonio
Post Reply