Advanced Card Systems Limited EH880 Benutzerhandbuch

Seite von 20
Document Title Here 
Document Title Here 
 
Document Title Here
 
eH880 and ACR880 SDE Setup Manual 
Version 1.4  
 
Page 10 of 20
info@acs.com.hk
www.acs.com.hk
3.3. Setup 
your 
environment 
3.3.1. 
Login your PC Linux with your username. 
3.3.2. 
Modify Scripts  
Modify your login shell script to include “/usr/local/arm/3.4.1/bin” in the search path. 
For bash shell, Add the line "export PATH=/usr/local/arm/3.4.1/bin:$PATH" at the end of <home 
directory>/.bashrc 
3.3.3. Logout 
3.4. Extract 
Library 
3.4.1. 
Login your PC Linux with your own username. 
3.4.2. Copy 
Files 
Copy the file "eH880-sdk-yyyymmdd.tgz" (where yyyymmdd is a date code) to the installation 
directory 
3.4.3. Extract 
Files 
Get into the installation directory and extract the library files by the command "tar -zxvf A880-sdk-
yyyymmdd.tgz
 
 
 
Files to verify: 
 <install_dir>/sdk/.version 
:       Version log 
 <install_dir>/sdk/demo  :       Some demo program 
 <install_dir>/sdk/sdk-lib :       Library and Header file for the API 
 
3.4.4. 
Testing the Extracted Files 
To test the installation, go to the directory <install_dir>/sdk/demo/demo1 and type "make".  
The "Makefile" will be read and "arm-linux-gcc" will be invoked then the files "demo1" will be 
generated at <install_dir>/sdk/demo/demo1/bin