Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1534 | - | 1 | Wed Feb 4 20:13:07 EST 2009 Rxtx-2.2pre2 |
2 | |||
3 | Build Solaris with ../configure cc='gcc -static-libgcc' |
||
4 | |||
5 | More 64 bit fixes. |
||
6 | |||
7 | Maintain DTR=false during setSerialPortParams |
||
8 | |||
9 | Tried adjusting the header files for win32/64. The pin events are getting lost. Still need to check if |
||
10 | this fixed it. Cross compiling works but I'm fixing the native w32 MSVC builds. |
||
11 | |||
12 | Tue Dec 30 22:02:44 EST 2008 Rxtx-2.2pre1 |
||
13 | |||
14 | For information on how to use these files, please see the installation page on |
||
15 | http://rxtx.qbang.org |
||
16 | |||
17 | This is the rxtx-2.2pre1. The purpose is to expose any problems with the |
||
18 | builds on as many platforms as we can. |
||
19 | |||
20 | To reproduce these files, download the source. For all platforms except |
||
21 | windows, the following was used to build: |
||
22 | |||
23 | cd rxtx-2.2pre1 |
||
24 | mkdir build |
||
25 | cd build |
||
26 | ../configure && build |
||
27 | |||
28 | For Windows, the following was done in a Visual Studio command prompt: |
||
29 | |||
30 | cd rxtx-2.2pre1 |
||
31 | mdkir build |
||
32 | copy Makefile.msvc build\Makefile |
||
33 | nmake |
||
34 | |||
35 | |||
36 | Feel free to add additional information if you run into or solve a problem. |
||
37 | |||
38 | |||
39 | The files: |
||
40 | |||
41 | mac-10.4/librxtxSerial.jnilib: Mach-O universal binary with 2 architectures |
||
42 | mac-10.4/librxtxSerial.jnilib (for architecture i386): Mach-O bundle i386 |
||
43 | mac-10.4/librxtxSerial.jnilib (for architecture ppc): Mach-O bundle ppc |
||
44 | |||
45 | mac-10.5/librxtxSerial.jnilib: Mach-O universal binary with 3 architectures |
||
46 | mac-10.5/librxtxSerial.jnilib (for architecture i386): Mach-O bundle i386 |
||
47 | mac-10.5/librxtxSerial.jnilib (for architecture x86_64): Mach-O 64-bit bundle x86_64 |
||
48 | mac-10.5/librxtxSerial.jnilib (for architecture ppc7400): Mach-O bundle ppc |
||
49 | |||
50 | win32/rxtxParallel.dll: MS-DOS executable PE for MS Windows (DLL) (GUI) Intel 80386 32-bit |
||
51 | win32/rxtxSerial.dll: MS-DOS executable PE for MS Windows (DLL) (GUI) Intel 80386 32-bit |
||
52 | |||
53 | win64/rxtxParallel.dll: MS-DOS executable PE for MS Windows (DLL) (GUI) |
||
54 | win64/rxtxSerial.dll: MS-DOS executable PE for MS Windows (DLL) (GUI) |
||
55 | |||
56 | i686-pc-linux-gnu/librxtxParallel.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped |
||
57 | i686-pc-linux-gnu/librxtxSerial.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), not stripped |
||
58 | |||
59 | x86_64-unknown-linux-gnu/librxtxParallel.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped |
||
60 | x86_64-unknown-linux-gnu/librxtxSerial.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), not stripped |
||
61 | |||
62 | sparc-sun-solaris2.10/librxtxSerial.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, dynamically linked, not stripped |
||
63 | |||
64 | sparc-sun-solaris2.6/librxtxSerial.so: ELF 32-bit MSB shared object, SPARC, version 1 (SYSV), not stripped |
||
65 |