ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Raspberry Pi 3 Model B+ / Raspbian
Posted by minhyun on Jul-31-2019 12:53
Hi Peter,

I would like to use the ChartDirector on Raspberry Pi 3 Model B+ and Raspbian O/S.
C/C++ library for Linux(ARMv8) is not in the download list.
Excuse me, Can you also send the detail to me?
Thanks in advance.

  Re: Raspberry Pi 3 Model B+ / Raspbian
Posted by Peter Kwan on Jul-31-2019 18:43
Hi minhyun,

Currently, for ChartDirector for C++ for ARM, there are 3 editions for the Linux(armhf), Linux(arm64) and Linux(armel) architectures. I believe for Raspberry Pi 3, the Linux can be armhf or arm64. If you are not sure which type of Linux you are using, you can use "dpkg --print-architecture" to check.


Linux(armhf) uses hardware floating point in its interface.

Linux(arm64) is recently released and is a 64-bit OS. It is not compatible with older ARM CPUs, such as the one in Raspberry Pi 2.

Linux(armel) does not use hardware floating point in its interface. It is normally for simple ARM processors. (Imagine a computer the size of a 10 cents coin.)


http://www.advsofteng.com/chartdir_cpp_linux_armhf.tar.gz

http://www.advsofteng.com/chartdir_cpp_linux_arm64.tar.gz

http://www.advsofteng.com/chartdir_cpp_linux_armel.tar.gz


Hope this can help.

Regards
Peter Kwan