Generate Hex file (TASKING Compiler)

Forum related to ERIKA Enterprise and RT-Druid version 3

Moderator: paolo.gai

Post Reply
ChayMa
Newbie
Posts: 41
Joined: Tue Mar 26, 2019 5:44 pm

Generate Hex file (TASKING Compiler)

Post by ChayMa » Thu Aug 29, 2019 5:27 pm

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,

Post Reply