Cypress and Kinetis board-specific firmware fails to build #6253
minor rearrangement to facilitate file comparison
This commit is contained in:
parent
492bba0463
commit
1dce194f12
|
@ -27,17 +27,34 @@ BOARD_DIR=config/boards/${BOARDNAME}
|
|||
|
||||
bash gen_signature.sh ${SHORT_BOARD_NAME}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
source gen_config_common.sh
|
||||
echo "Using COMMON_GEN_CONFIG [$COMMON_GEN_CONFIG]"
|
||||
|
||||
JAVA_REMOTE_DEBUG="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=*:5005"
|
||||
|
||||
|
||||
|
||||
java \
|
||||
$COMMON_GEN_CONFIG_PREFIX \
|
||||
-tool ${BOARD_DIR}/config/gen_subaru_config.sh \
|
||||
-tool ${BOARD_DIR}/config/gen_subaru_config.sh \
|
||||
$COMMON_GEN_CONFIG \
|
||||
-c_defines ${BOARD_DIR}/config/controllers/generated/rusefi_generated_subaru_eg33_f7.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/generated/engine_configuration_generated_structures_subaru_eg33_f7.h \
|
||||
-enumInputFile ${BOARD_DIR}/rusefi_hw_enums.h
|
||||
-enumInputFile ${BOARD_DIR}/rusefi_hw_enums.h \
|
||||
\
|
||||
-c_defines ${BOARD_DIR}/config/controllers/generated/rusefi_generated_subaru_eg33_f7.h \
|
||||
-c_destination ${BOARD_DIR}/config/controllers/generated/engine_configuration_generated_structures_subaru_eg33_f7.h
|
||||
|
||||
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARDNAME}"; exit 1; }
|
||||
|
||||
# EG33 does not get fancy mass storage device since it does not have create_ini_image.sh etc invocations like gen_config_board.sh does
|
||||
echo "Happy ${SHORT_BOARD_NAME}!"
|
||||
exit 0
|
||||
|
|
|
@ -55,5 +55,6 @@ java \
|
|||
|
||||
[ $? -eq 0 ] || { echo "ERROR generating TunerStudio config for ${BOARD_DIR}"; exit 1; }
|
||||
|
||||
|
||||
echo "Happy ${SHORT_BOARD_NAME}!"
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue