reconstruct module examples
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1430 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
5a1c347acc
commit
6990871cb5
|
@ -2,7 +2,7 @@ import os
|
|||
import sys
|
||||
|
||||
EXEC_PATH = '/home/shaolin/CodeSourcery/Sourcery_G++_Lite/bin'
|
||||
RTT_ROOT = os.path.normpath(os.getcwd() + '/../../..')
|
||||
RTT_ROOT = os.path.normpath(os.getcwd() + '/../../../..')
|
||||
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
|
||||
PREFIX = 'arm-none-eabi-'
|
||||
env = Environment(tools = ['mingw'],
|
||||
|
|
|
@ -2,7 +2,7 @@ import os
|
|||
import sys
|
||||
|
||||
EXEC_PATH = '/home/shaolin/CodeSourcery/Sourcery_G++_Lite/bin'
|
||||
RTT_ROOT = os.path.normpath(os.getcwd() + '/../../..')
|
||||
RTT_ROOT = os.path.normpath(os.getcwd() + '/../../../..')
|
||||
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
|
||||
PREFIX = 'arm-none-eabi-'
|
||||
env = Environment(tools = ['mingw'],
|
||||
|
|
|
@ -2,7 +2,7 @@ import os
|
|||
import sys
|
||||
|
||||
EXEC_PATH = '/home/shaolin/CodeSourcery/Sourcery_G++_Lite/bin'
|
||||
RTT_ROOT = os.path.normpath(os.getcwd() + '/../../..')
|
||||
RTT_ROOT = os.path.normpath(os.getcwd() + '/../../../..')
|
||||
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
|
||||
PREFIX = 'arm-none-eabi-'
|
||||
env = Environment(tools = ['mingw'],
|
||||
|
|
Loading…
Reference in New Issue