Skip to content

Commit dee868d

Browse files
committed
[Bsp][qemu-vexpress-gemini]fix build error with gcc
1 parent 5251ab7 commit dee868d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ env:
6060
# - RTT_BSP='nios_ii' # no scons
6161
# - RTT_BSP='pic32ethernet' # no scons
6262
- RTT_BSP='qemu-vexpress-a9' RTT_TOOL_CHAIN='sourcery-arm'
63+
- RTT_BSP='qemu-vexpress-gemini' RTT_TOOL_CHAIN='sourcery-arm'
6364
- RTT_BSP='sam7x' RTT_TOOL_CHAIN='sourcery-arm'
6465
# - RTT_BSP='simulator' # x86
6566
- RTT_BSP='stm32f0x' RTT_TOOL_CHAIN='sourcery-arm'

bsp/qemu-vexpress-gemini/SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import rtconfig
55
if os.getenv('RTT_ROOT'):
66
RTT_ROOT = os.getenv('RTT_ROOT')
77
else:
8-
RTT_ROOT = os.path.normpath(os.getcwd() + '/rt-thread')
8+
RTT_ROOT = os.path.normpath(os.getcwd() + '/../..')
99

1010
sys.path = sys.path + [os.path.join(RTT_ROOT, 'tools')]
1111
from building import *

0 commit comments

Comments
 (0)