On Thu, September 3, 2015 15:04, John Lee wrote: > Which rpi flavours should it work for, 1 or 2? > > Still doesn't work (can't extract) for me on rpi 2 running jessie. What > commands should I try after download?
First check that the file has the right size: pierre@raspberrypi ~/pas/fpcbuild-3.0.0rc1 $ ls -l fpc-3.0.0rc1.arm-linux-raspberry1.tar -rw-r--r-- 1 pierre pierre 44953600 Aug 31 22:33 fpc-3.0.0rc1.arm-linux-raspberry1.tar Second test integrity, for example wiith md5sum: pierre@raspberrypi ~/pas/fpcbuild-3.0.0rc1 $ md5sum -b fpc-3.0.0rc1.arm-linux-raspberry1.tar a4f291e098e38351c7e1ee7e881665b0 *fpc-3.0.0rc1.arm-linux-raspberry1.tar Third, chek content: pierre@raspberrypi ~/pas/fpcbuild-3.0.0rc1 $ tar -tvf fpc-3.0.0rc1.arm-linux-raspberry1.tar drwxr-xr-x pierre/pierre 0 2015-08-31 22:32 fpc-3.0.0rc1.arm-linux/ -rw-r--r-- pierre/pierre 35932160 2015-08-31 22:32 fpc-3.0.0rc1.arm-linux/binary.arm-linux.tar -rw-r--r-- pierre/pierre 8762903 2015-08-31 21:41 fpc-3.0.0rc1.arm-linux/doc-pdf.tar.gz -rwxr-xr-x pierre/pierre 8654 2015-08-31 22:32 fpc-3.0.0rc1.arm-linux/install.sh -rw-r--r-- pierre/pierre 238444 2015-08-31 21:42 fpc-3.0.0rc1.arm-linux/demo.tar.gz If all this works for you, you should also be able to extract those file change directory into fpc-3.0.0rc1.arm-linux and run ./install.sh there. If size or checksum are different, it means something went wrong when you tried to copy the file over to the raspberry device. Pierre Muller _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal