12/19/2012

How to build AMSS with windows for QRD8x25

If you compile in windows xp, please use a clean PC , please reference build/ms/rvct22.bat for installing path.

1. install cygwin 1.7 (important remove the python contain in cygwin) ,choose "install all".

2. install python 2.6.6.msi for windows

3. install actvie perl 5.8.8

4. install the RVDS 2.2 with patch593,after setup, cd C:\apps\rvds221\RVCT\Programs\2.2\593\win_32-pentium,and execute

cp armcc tcc
cp armcc armcpp
cp armcc tcpp

To check the versions, run armcc --vsn. It should return the following:
ARM/Thumb C/C++ Compiler, RVCT2.2 [Build 593]
Software supplied by: ARM Limited

armcpp --vsn
tcc --vsn
tcpp --vsn
armlink --vsn
armasm --vsn
fromelf --vsn
The version returned should be build 593 for all.

5. modify the windows environment variable path " add cygwin path and python path

6. modify the rvct22.bat in build/ms

7. modify build command such as SSKOLY_FLASH_*.cmd, set $0 to %0, set BUILD_UNIX=no

8. in cmd windows, execute the rvct22.bat next ,execute theSSKOLY_FLASH_*.cmd

There may be some error, please see
http://www.anyclub.org/2012/11/some-error-when-build-qrd8225-modem.html

No comments:

Post a Comment