• Linking with newlib for NE10 library
    I am using arm-none-ea bi-* ( 7 2018-q2-update ) to link with newlib-nano to use the NE10 library in a bare metal envirolment. It looks like i am unable to be successful in compiling the code with...
  • newlib: why cplusplus doesn't support -D_FORTIFY_SOURCE=2
    In the newlib's sys/features.h, the "__SSP_FORTIFY_LEVEL" will not be defined when the source is cpluspluse. #if _FORTIFY_SOURCE > 0 && !defined(__cplusplus) && !defined(__lint__) && \ (__OPTIMIZE__...
  • Newlib snprintf_lite storing info string to flash
    GNU toolchain 5.4 2016q3 in use and compiling c/c++ project to M4. Compiling with --specs=nano.specs flag so Newlib nano is in use. I am working to optimize code and looking output binary data to clean...
  • ------- Configuration -------
    We've created this page to help structure the wiki without adding too many nested levels; here you'll find sign-posting, FAQs, and tutorials relating to configuring the Linux kernel, with a particular...
  • Where are CPU with SMMU ?
    Hi there, when I was looking for a platform to evaluate virtualization on armv8, Juno was there with TZ and plenty of SMMU. That's fine. Now, i am looking for an application processor to build a product...