Newer
Older
mbed-os / tools / export / gcc_arm_rz_a1h.tmpl
@Mihail Stoyanov Mihail Stoyanov on 9 Jun 2016 527 bytes Renamed workspace_tools folder to tools
{% extends "gcc_arm_common.tmpl" %}

{% block cc_flags -%}
$(CPU) -c -g -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
CC_FLAGS += -fno-exceptions -fno-builtin -ffunction-sections -fdata-sections -fno-delete-null-pointer-checks -fomit-frame-pointer
CC_FLAGS += -MMD -MP
{% endblock %}

{% block target_project_elf %}
{{ super() }}
	@echo ""
	@echo "*****"
	@echo "***** You must modify vector checksum value in *.bin and *.hex files."
	@echo "*****"
	@echo ""
{% endblock %}