Address: Room 1705,Block A1, Longyuan Plaza, Longkouxi Road, Guangzhou, China, 510640 Website: http://www.arm9.net
Sales: +86-20-85201025 Tech Support: +86-13719442657 Fax: +86-20-85261505
Email for Business and Cooperation: capbily@163.com Email for Tech Support: dev_friendlyarm@163.com
don’t login GUI as a root. This causes some inconveniences. Please follow the steps
below to enable root login:
In Fedora14 open a terminal and type the command below:
# sudo vim /etc/pam.d/gdm
Open the gdm file and locate the following line and comment it by adding a “#”
#auth required pam_succeed_if.so user != root quiet
Save it and edit “/etc/pam.d/gdm-password”
sudo vim /etc/pam.d/gdm-password
Locate the following line and comment it by adding a “#”
#auth required pam_succeed_if.so user != root quiet
Save it, reboot the system and select “root” when login
5.3.2 Setup Android Compiler
We used arm-linux-gcc-4.5.1 and it by defauly supports armv6 command sets. The
following steps will introduce how to build a compile environment.
Step 1: copy the compressed file “arm-linux-gcc-4.5.1-v6-vfp-20101103.tgz” in the
shipped CD into a system’s directory, e.g “tmp\”, enter this directory and execute the
following commands:
#cd /tmp
#tar xvzf arm-linux-gcc-4.5.1-v6-vfp-20101103.tgz –C /
Note: there is a space after “C” and “C” is a capital letter.
These commands will install “arm-linux-gcc” in the
“/opt/FriendlyARM/toolschain/4.5.1”