Symlink? Also Eclipse

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Symlink? Also Eclipse

654 Views
gibbon1
Contributor III

I tried downloading the code for USBM from here as a zip file.

https://github.com/podonoghue/usbdm-eclipse-makefiles-build

When I unzip it, using 7-zip is complains about duplicate file. Is this because there are symlinks in source tree?

Also is Eclipse required for building the USBDM code?

0 Kudos
2 Replies

431 Views
gibbon1
Contributor III

Okay, this is the problem under windows

UsbdmJniWrapper_dll

UsbdmJniWrapper_DLL


Hmm....


0 Kudos

431 Views
pgo
Senior Contributor V

Hi Matthew,

The directory name problem is caused by changing the name of the folder on Windows which is not case sensitive and then uploading to GIT which is.  The correct folder is UsbdmJniWrapper_DLL.


Eclipse is needed to build the Eclipse plugins.  There are make files for the C code.


bye


0 Kudos