This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

c6678 rebuilt ibl doesn't work

Hi, I'm trying to modify IBL code for my custom board.

But, the origin ibl code from mcsdk_02_01_02_06 doesn't work in EVM board.

When using program_evm\binaries\evm6678l\eeprom51.bin works well, but rebuilt out file (origin source code, never modified) compiled by minGW doesn't.

Also, when write to EEPROM using EEPROM writer, eeprom51.bin is written 52072 bytes, but rebuilt IBL code takes 52108 bytes.

There wasn't any errors compiling by minGW.

I followed all of instructions in ibl\doc\build_instructions.txt for c6678.

Should I have to change setting for compile? Or have to modify code?