Skip to main content
zliu.1
Visitor II
December 14, 2022
Solved

(AEK-AUD-D903V1)&um2719

  • December 14, 2022
  • 1 reply
  • 1108 views

Hi Dear

I try to build a test setup with AEK-AUD-D903V1 and AEK-MCU-C1MLIT1 follow the user manual um2719, when I modifed the "application.ld" document, an error was generatered.

    .sounddb : ALIGN(16)

    {

        __sounddb_start__ = .;

        *(.sounddb)

        *(.sounddb.*)

        *(.gnu.linkonce.s.*)

            KEEP(*(.sounddb))  // the error line

        __sounddb_end__ = .;

    } > sound

I located the error line, if  "KEEP(*(.sounddb))" line was deleted, the project will be compiled competely, or failed.

The error indicator was attached. Could you please me to solve this issue, thanks.0693W00000WKyagQAD.png

This topic has been closed for replies.
Best answer by ODOUV.1

Hello,

please refer to this support group for AEK topics:

Group: AutoDevKit (AEK) (st.com)

Best Regards.

1 reply

ODOUV.1
ODOUV.1Best answer
ST Employee
December 14, 2022

Hello,

please refer to this support group for AEK topics:

Group: AutoDevKit (AEK) (st.com)

Best Regards.