• __hardfp_xxx symbols not found by gcc linker
    I am working on a project where a static library is built with the ARM tool chain using the hard-float abi, and then is linked with other object files (generated with gcc). The linker is the gcc linker...
  • cannot use LENGTH() in memory definition in linker file for arm gcc 8-2018-q4-major
    Recently we have updated the armgcc toolchain version to 8-2018-q4-major, and we found that our previous memory definition way in linker file is invalid. Previously, we are using below LENGTH() way...
  • cannot use LENGTH() in memory definition in linker file for arm gcc 8-2018-q4-major
    Recently we have updated the armgcc toolchain version to 8-2018-q4-major, and we found that our previous memory definition way in linker file is invalid. Previously, we are using below LENGTH() way...
  • cannot use LENGTH() in memory definition in linker file for arm gcc 8-2018-q4-major
    Recently we have updated the armgcc toolchain version to 8-2018-q4-major, and we found that our previous memory definition way in linker file is invalid. Previously, we are using below LENGTH() way...
  • Which definition is right for "ne10_addc_float_c"?
    Hi, On a Get Start thread of this web site, it has a short NE10 example having such snippet:       ne10_addc_float_c( thedst1 , thesrc, thecst, ARRAY_LENGTH );         ne10_addc_float_neon( thedst2 ,...