Searched refs:TextBase (Results 1 – 5 of 5) sorted by relevance
| /bsp/sep6200/ |
| A D | rtconfig.py | 6 TextBase = '0x40000000' variable 42 AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp' + ' -DTEXT_BASE=' + TextBase 43 …hain-unicore/uc4-1.0-beta-hard-RHELAS5/lib/gcc/unicore32-linux/4.4.2 -lgcc' + ' -Ttext ' + TextBase
|
| /bsp/mini4020/ |
| A D | rtconfig.py | 6 TextBase = '0x30100000' variable 46 AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp' + ' -DTEXT_BASE=' + TextBase 47 …-gc-sections,-Map=rtthread_mini4020.map,-cref,-u,_start -T mini4020_rom.ld' + ' -Ttext ' + TextBase
|
| /bsp/dm365/ |
| A D | rtconfig.py | 5 TextBase = '0x80000000' variable 35 AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp' + ' -DTEXT_BASE=' + TextBase 36 … -Wl,--gc-sections,-Map=rtthread_dm365.map,-cref,-u,_start -T dm365_ram.ld' + ' -Ttext ' + TextBase
|
| /bsp/mini2440/ |
| A D | rtconfig.py | 6 TextBase = '0x30000000' variable 46 AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp' + ' -DTEXT_BASE=' + TextBase 47 …ap=rtthread_mini2440.map,-cref,-u,_start -nostartfiles -T mini2440_ram.ld' + ' -Ttext ' + TextBase
|
| /bsp/taihu/ |
| A D | rtconfig.py | 8 TextBase = '0x00000000' variable 34 …FLAGS = DEVICE + ' -Wl,--gc-sections,--cref,-Map=rtthread.map -T taihu.lds' + ' -Ttext=' + TextBase
|
Completed in 10 milliseconds