update readme.txt for renesas m16c branch
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1278 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
65658d0420
commit
4cc9c785e2
|
@ -35,7 +35,7 @@ Where to get source code:
|
||||||
The rt-thread source code is maintained in google code
|
The rt-thread source code is maintained in google code
|
||||||
http://code.google.com/p/rt-thread/
|
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
|
svn checkout http://rt-thread.googlecode.com/svn/trunk/ rt-thread-read-only
|
||||||
|
|
||||||
Directory Hierarchy:
|
Directory Hierarchy:
|
||||||
|
@ -74,14 +74,14 @@ Directory Hierarchy:
|
||||||
Build Project:
|
Build Project:
|
||||||
==============
|
==============
|
||||||
there are two ways to build the renesase M16C 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
|
Open Workspace rtt2m16c.eww by IAR directly
|
||||||
rebuild all
|
rebuild all
|
||||||
the target file(rtt2m16c.mot) will be produced in /rt-thread/bsp/m16c62p/Debug/Exe
|
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
|
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)
|
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 you rt-thread, like /rt-thread/bsp/m16c62p/
|
open a windows cmd, and change directory to m16c project, like /rt-thread/bsp/m16c62p/
|
||||||
#set PATH=C:\Python27\Scripts;%PATH%
|
#set PATH=C:\Python27\Scripts;%PATH%
|
||||||
#scons -c
|
#scons -c
|
||||||
#scons -j 2
|
#scons -j 2
|
||||||
|
|
Loading…
Reference in New Issue