Thread Storable: Long integer size is not compatible (ARM)
(10 answers)
Opened by mika at 2019-10-29 15:38 2019-11-11T07:21:24 rosti Klar^^ Code (perl): (dl
)
1 2 3 4 5 #!/usr/bin/perl # Long integer size is not compatible at /usr/lib/arm-linux-gnueabihf/perl/5.28/Storable.pm line 412, use Data::Dumper; use Storable; print Dumper(Storable::retrieve("path/to/data")); Die Datei (data) kannst Du hier bekommen, wenn du die auch möchtest/brauchst. Ich vermute es liegt einfach daran, dass ich die Datei vom Laptop auf den Raspberry PI kopiert habe (Andere Architektur). Wenn Storable C code ist. Ist das nun buggy oder einfach nicht portabel?, Last edited: 2019-11-11 14:00:04 +0100 (CET) |