Page 1 of 1

Generate Hex file (TASKING Compiler)

Posted: Thu Aug 29, 2019 5:27 pm
by ChayMa
Hello,

I am working on TC264 Project using Eclipse + Rt-druid v3 and TASKING Compiler.
As known, we can only flash th eexecutable .hex file to AURIX TriCore board.

I tried with this command line in the ee_arch_rule makefile but it generate an empty hex file.

*************************** Command line ****************************
$(TARGET_NAME).hex: $(TARGET_NAME).elf
$(EE_LINK) -Wl=--output=$(TARGET_NAME):IHEX:2,out
***************************************************************************
Could you help me please generate the hex file in order to flash the program?

Thank you.

Best regards,