0
Offline
Newbie
Karma: 0
Posts: 42
Freediving, spearfishing, alt energy, motion control, christian
|
 |
« Reply #15 on: February 17, 2009, 06:48:34 pm » |
FYI... I just pulled the v13 zip from Google (few times) and it won't unzip. Crashes Expander every time.
Pulled the zip from arduino.cc and it worked fine.
hth
[m]
|
|
|
|
|
Logged
|
|
|
|
|
Brasilia,Brasil
Offline
Jr. Member
Karma: 0
Posts: 60
|
 |
« Reply #16 on: February 18, 2009, 06:01:43 am » |
Hi , The referece pages in the linux tarball are obsolete, it does not include the new functions and types ( word, word(), bitRead(), bitWrite(), bitSet(), bitClear(), bit(), lowByte(), and highByte() ) .
|
|
|
|
|
Logged
|
|
|
|
|
ottawa, canada
Offline
God Member
Karma: 3
Posts: 973
Arduino rocks
|
 |
« Reply #17 on: February 23, 2009, 07:55:24 pm » |
I guess
"* Adding support for printing floats to Print class (meaning that it works in the Serial, Ethernet, and LiquidCrystal classes too). Includes two decimal places."
means something different than I thought since Serial.print(<some float>); still gives an error. What DOES it mean?
|
|
|
|
|
Logged
|
|
|
|
|
Denver
Offline
God Member
Karma: 19
Posts: 776
Inactive - PM
|
 |
« Reply #18 on: February 23, 2009, 08:03:58 pm » |
It shouldn't give an error. Serial.print(<some float>) works for me in REL 0013 :-? What kind of error?
|
|
|
|
« Last Edit: February 23, 2009, 08:45:49 pm by BroHogan »
|
Logged
|
"Data is not information, information is not knowledge, knowledge is not understanding, understanding is not wisdom." ~ Clifford Stoll
|
|
|
|
ottawa, canada
Offline
God Member
Karma: 3
Posts: 973
Arduino rocks
|
 |
« Reply #19 on: February 24, 2009, 08:29:27 am » |
woohoo thank you. I still had 010 pinned to my start menu!
|
|
|
|
|
Logged
|
|
|
|
|
Connecticut, US
Offline
Edison Member
Karma: 1
Posts: 1036
Whatduino
|
 |
« Reply #20 on: February 24, 2009, 08:54:02 am » |
Just in case it's not obvious, Serial.print(<some float>); wasn't literal. The <some float> part meant a variable or number of type float or double. Something to be printed with a decimal point.
|
|
|
|
|
Logged
|
|
|
|
|
Brunsbüttel, SH, F.Rep.GERM
Offline
God Member
Karma: 4
Posts: 596
|
 |
« Reply #21 on: February 25, 2009, 01:05:15 pm » |
hey!
when can i upgrade my 0012-linux-amd64 package to 0013?
bye
|
|
|
|
|
Logged
|
-Arne
|
|
|
|
Forum Administrator
Cambridge, MA
Offline
Faraday Member
Karma: 7
Posts: 3532
|
 |
« Reply #22 on: February 25, 2009, 04:12:34 pm » |
As soon as someone builds a version of Arduino 0013 for 64-bit Linux. Any volunteers?
|
|
|
|
|
Logged
|
|
|
|
|
SF Bay Area (USA)
Offline
Faraday Member
Karma: 78
Posts: 5453
Strongly opinionated, but not official!
|
 |
« Reply #23 on: February 25, 2009, 07:46:41 pm » |
I'm curious. Don't 32bit binaries usually run on 64bit linux? What's the point in a 64bit Arduino binary? "amd64" means compiled for the AMD64 ABI, not specifically for an AMD cpu, right?
|
|
|
|
|
Logged
|
|
|
|
|
"The old Europe"
Offline
Edison Member
Karma: 0
Posts: 2003
Bootloaders suck!
|
 |
« Reply #24 on: February 25, 2009, 10:37:14 pm » |
I thought the java code used for serial I/O was the problem ?
|
|
|
|
|
Logged
|
• Upload doesn't work? Do a loop-back test. • There's absolutely NO excuse for not having an ISP! • Your AVR needs a brain surgery? Use the online FUSE calculator. • My projects: RGB LED matrix, RGB LED ring, various ATtiny gadgets... • Microsoft is not the answer. It is the question, and the answer is NO!
|
|
|
|
New Zealand
Offline
God Member
Karma: 0
Posts: 999
Arduino pebbles
|
 |
« Reply #25 on: February 26, 2009, 06:41:03 am » |
I was finally in a position to test this release on a machine with Mac OS X 10.5.2 and it failed to start, instead it generated the following error: java.lang.UnsatisfiedLinkError The error went away when I replaced the shipped version of librxtxSerial.jnilib with the librxtxSerial.jnilib version here. Version 0012 runs fine on the same machine so I wonder if an (unintended?) configuration change in the build has resulted in the problem. More details on fixing the gnu.io.RXTXCommDriver UnsatisfiedLinkError error here. --Phil.
|
|
|
|
|
Logged
|
|
|
|
|
Brunsbüttel, SH, F.Rep.GERM
Offline
God Member
Karma: 4
Posts: 596
|
 |
« Reply #26 on: February 26, 2009, 12:58:26 pm » |
i think, the amd64 version would use the normal libraries and java-amd64?
but the 32-bit version would need a lot of fumbling... :-)
e. g.: lib/librxtxSerial.so
or did that change?
|
|
|
|
|
Logged
|
-Arne
|
|
|
|
Brunsbüttel, SH, F.Rep.GERM
Offline
God Member
Karma: 4
Posts: 596
|
 |
« Reply #27 on: February 27, 2009, 06:19:53 am » |
i just installed rxtx.x86_64 (for fedora 10 currently: 0:2.1-0.2.7r2.fc10)... and removed the lib/librxtxSerial.so file in the arduino 0013 directory and soft-linked /usr/lib64/rxtx/librxtxSerial.so to lib/librxtxSerial.so...
it can compile and upload on amd64 now... natively... :-)
WOOOT!
|
|
|
|
|
Logged
|
-Arne
|
|
|
|
"The old Europe"
Offline
Edison Member
Karma: 0
Posts: 2003
Bootloaders suck!
|
 |
« Reply #28 on: February 27, 2009, 03:44:22 pm » |
This works for openSUSE as well :-)
They provide rxtx-java packages on their download site via software search. I updated the installation manuals on the playground for this distribution.
|
|
|
|
|
Logged
|
• Upload doesn't work? Do a loop-back test. • There's absolutely NO excuse for not having an ISP! • Your AVR needs a brain surgery? Use the online FUSE calculator. • My projects: RGB LED matrix, RGB LED ring, various ATtiny gadgets... • Microsoft is not the answer. It is the question, and the answer is NO!
|
|
|
|
|
|
|