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.

AM2432: Building

Part Number: AM2432

Hi Team,

My customer has a few questions regarding software build.

  1. I assume you can build assembler code, but do you have any sample code that shows the format in which the assembler code is written? If so, please provide a reference URL.
  2. There is code that describes exceptions such as throw, try, etc. The following error occurs when building this code. "error: cannot use 'throw' with exceptions disabled" It seems to be possible to use the compile option --fexceptions, but when I give it, I get the error "tiarmclang: error: C++ exceptions not supported. The problem occurs. Please let us know when you plan to support this compile option. If you are undecided, please let us know that you are undecided.

  3. Is there an option to replace tiarmclang with the following compile options for the ARM compiler?
    --apcs=interwork
    --split_sections

Best regards,

Mari Tsunoda