Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] testing changes to cross compiling native code in CDT

Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:

> Can a Mac user please test my change?

Looking good. The serial terminal works for me on macOS 10.13.6 using a device with a Silicon Labs CP2104 USB-to-serial chip. Thanks for your work on this!

In case it helps judging compatibility:

$ otool -L org.eclipse.cdt.native.serial_1.1.300.201910281846/os/macosx/x86_64/libserial.jnilib
org.eclipse.cdt.native.serial_1.1.300.201910281846/os/macosx/x86_64/libserial.jnilib:
	../os/macosx/x86_64/libserial.jnilib (compatibility version 0.0.0, current version 0.0.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.50.4)
	/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 795.0.0)

I wasn't able to update directly from the p2 URL though, I had to download the zip - Eclipse said

> Unable to read repository at https://ci.eclipse.org/cdt/job/cdt-verify-test-cdt-other-pipeline/877/artifact/releng/org.eclipse.cdt.repo/target/repository/content.xml.
> Received fatal alert: handshake_failure

Greetings

 Christian



Back to the top