• Can't find .text section of certain functions while doing libgcc extraction for FPU
    Hello people. I've been doing libgcc subset extraction for cortex m4(armv7e-m). I'm using gcc version 4.9.1. The basic methodology I'm using includes, i- Build gcc and locate the armv7e-m/libgcc/libgcc...
  • Can't find .text section of certain functions while doing libgcc extraction for FPU
    Hello people. I've been doing libgcc subset extraction for cortex m4(armv7e-m). I'm using gcc version 4.9.1. The basic methodology I'm using includes, i- Build gcc and locate the armv7e-m/libgcc/libgcc...
  • Extracting characters
    Hi all, Please could somebdy inform me how to extract a character from one string, I mean, MyString="12345"; I want, for example, obtain the third position of the string, "3". Im using Uv2...
  • Extracting characters
    Hi all, Please could somebdy inform me how to extract a character from one string, I mean, MyString="12345"; I want, for example, obtain the third position of the string, "3". Im using Uv2...
  • conditional compile extraction
    Conditional compile/assembly is a great means of having several (somewhat) similar products generated from the same source. I guarantees that if you fix a problem it will be fixed globally, one verison...