• Can't find the compiler: arc-elf32-cpp

    Hello,

    thank you really much for this forum/community! I'm trying to compile the following source code: https://github.com/j1nx/Amlogic-reff16-uboot

    The reason why I'm compiling this sources are that I'm getting started with ARM devices. Especially…

  • q = vshll_n_s16(d, 16) is giving error in RVDS

    Hi all,

    when I write the Neon Intrinsic code as below

    int32x4_t q;

    int16x4_t d;

    some thing I loaded into d register

    q = vshll_n_s16(q, 16)

    when I tried to build the code, the compiler is throwing error as the supported shift range is 0-15 only....I'm using…