File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 2
2
CompileFlags :
3
3
Add :
4
4
- -undef
5
- - -D__TI_COMPILER_VERSION__=7.4.24
5
+ - -D__TI_COMPILER_VERSION__=7004024
6
+ - -D__DATE__='mmmm dd yy'
7
+ - -D__FILE__='file.c'
8
+ - -D__TI_EABI__=1
9
+ - -D__TIME__=HH:MM:SS
10
+ - -D__TMS320C6X__=1
11
+ # - -D__TMS320C6600__=1
12
+ # - -D__TMS320C6740__=1
13
+ - -D__TMS320C64_PLUS__=1
14
+ - -D__TMS320C6400_PLUS__=1
15
+ - -D__DSBT__=1
6
16
- -D__SIZE_T_TYPE__=int
7
17
- -D__WCHAR_T_TYPE__=int
8
18
- -D__PTRDIFF_T_TYPE__=int
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ if meson.is_cross_build()
92
92
' --arg_size=0x100' ,
93
93
' --heap_size=0x1000000' ,
94
94
' --stack_size=0x1000000' ,
95
+ ' --map_file=out.map' ,
95
96
join_paths (meson .current_source_dir(), get_option (' cmd_file' )),
96
97
language : [' c' , ' linearasm' ],
97
98
)
You can’t perform that action at this time.
0 commit comments