From 4cc9c785e220da6d453f28bdc6c6c1628ef77f9f Mon Sep 17 00:00:00 2001 From: dzzxzz Date: Thu, 17 Feb 2011 07:27:45 +0000 Subject: [PATCH] update readme.txt for renesas m16c branch git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1278 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/m16c62p/readme.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bsp/m16c62p/readme.txt b/bsp/m16c62p/readme.txt index b18b52fc1..16ede227a 100644 --- a/bsp/m16c62p/readme.txt +++ b/bsp/m16c62p/readme.txt @@ -35,7 +35,7 @@ Where to get source code: The rt-thread source code is maintained in google code http://code.google.com/p/rt-thread/ -you can use the following command to anonymously check out the latest source code +use the following command to anonymously check out the latest source code: svn checkout http://rt-thread.googlecode.com/svn/trunk/ rt-thread-read-only Directory Hierarchy: @@ -74,14 +74,14 @@ Directory Hierarchy: Build Project: ============== there are two ways to build the renesase M16C project: -1, make sure your PC has installed IAR Embedded Workbench for renesas m16c(recommend EWM16C-EV-3501.exe) +1, install IAR Embedded Workbench for renesas m16c(recommend EWM16C-EV-3501.exe) Open Workspace rtt2m16c.eww by IAR directly rebuild all the target file(rtt2m16c.mot) will be produced in /rt-thread/bsp/m16c62p/Debug/Exe you can download the rtt2m16c.mot to m16c board with E8A -2, make sure your PC has installed python, scons and IAR for m16c(recommend python2.7, scons1.3.1 and EWM16C-EV-3501.exe) - open a windows cmd, and change directory to you rt-thread, like /rt-thread/bsp/m16c62p/ +2, install python, scons and IAR for m16c(recommend python2.7, scons1.3.1 and EWM16C-EV-3501.exe) + open a windows cmd, and change directory to m16c project, like /rt-thread/bsp/m16c62p/ #set PATH=C:\Python27\Scripts;%PATH% #scons -c #scons -j 2 -- GitLab