@@ -6,20 +6,19 set(CMAKE_CXX_COMPILER ${rtems_dir}/bin/ | |||
|
6 | 6 | set(CMAKE_LINKER ${rtems_dir}/bin/sparc-rtems-g++) |
|
7 | 7 | SET(CMAKE_EXE_LINKER_FLAGS "-static") |
|
8 | 8 | option(fix-b2bst "Activate -mfix-b2bst switch to mitigate \"LEON3FT Stale Cache Entry After Store with Data Tag Parity Error\" errata, GRLIB-TN-0009" ON) |
|
9 | ||
|
10 | 9 | if(fix-b2bst) |
|
11 | 10 | set(CMAKE_C_FLAGS_RELEASE "-O3 -mfix-b2bst") |
|
11 | ||
|
12 | 12 | else() |
|
13 | 13 | set(CMAKE_C_FLAGS_RELEASE "-O3") |
|
14 | 14 | endif() |
|
15 | set(CMAKE_C_LINK_EXECUTABLE "<CMAKE_LINKER> <FLAGS> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>") | |
|
16 | include_directories("${rtems_dir}/sparc-rtems/leon3/lib/include") | |
|
15 | 17 | |
|
16 | set(CMAKE_C_LINK_EXECUTABLE "<CMAKE_LINKER> <FLAGS> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>") | |
|
17 | ||
|
18 | include_directories("${rtems_dir}/sparc-rtems/leon3/lib/include") | |
|
19 | 18 | |
|
20 | 19 | function (check_b2bst target bin) |
|
21 | 20 | add_custom_command(TARGET ${target} |
|
22 | POST_BUILD | |
|
23 | COMMAND ${rtems_dir}/bin/sparc-rtems-objdump -d ${bin}/${target} | ${CMAKE_SOURCE_DIR}/sparc/leon3ft-b2bst-scan.tcl | |
|
24 | ) | |
|
21 | POST_BUILD | |
|
22 | COMMAND ${rtems_dir}/bin/sparc-rtems-objdump -d ${bin}/${target} | ${CMAKE_SOURCE_DIR}/sparc/leon3ft-b2bst-scan.tcl | |
|
23 | ) | |
|
25 | 24 | endfunction() |
@@ -57,14 +57,14 option(FSW_debug_messages "Enable LFR de | |||
|
57 | 57 | option(FSW_cpu_usage_report "Enable LFR cpu usage report" OFF) |
|
58 | 58 | option(FSW_stack_report "Enable LFR stack report" OFF) |
|
59 | 59 | option(FSW_vhdl_dev "?" OFF) |
|
60 |
option(FSW_lpp_dpu_destid "Set to debug at LPP" O |
|
|
60 | option(FSW_lpp_dpu_destid "Set to debug at LPP" ON) | |
|
61 | 61 | option(FSW_debug_watchdog "Enable debug watchdog" OFF) |
|
62 | 62 | option(FSW_debug_tch "?" OFF) |
|
63 | 63 | |
|
64 | 64 | set(SW_VERSION_N1 "3" CACHE STRING "Choose N1 FSW Version." FORCE) |
|
65 | 65 | set(SW_VERSION_N2 "2" CACHE STRING "Choose N2 FSW Version." FORCE) |
|
66 | 66 | set(SW_VERSION_N3 "0" CACHE STRING "Choose N3 FSW Version." FORCE) |
|
67 |
set(SW_VERSION_N4 "1 |
|
|
67 | set(SW_VERSION_N4 "14" CACHE STRING "Choose N4 FSW Version." FORCE) | |
|
68 | 68 | |
|
69 | 69 | if(FSW_verbose) |
|
70 | 70 | add_definitions(-DPRINT_MESSAGES_ON_CONSOLE) |
General Comments 0
You need to be logged in to leave comments.
Login now