search for: ne10_shared

Displaying 3 results from an estimated 3 matches for "ne10_shared".

2015 Feb 26
3
[RFC PATCH v2] Encode optimize using libNe10
...9; can not be used when making a shared object; recompile with -fPIC /home/tterribe/src/xiph/git/arm/Ne10/build/modules/libNE10.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status Then attempting to build libNE10 with -DNE10_BUILD_SHARED fails: /usr/bin/ld: CMakeFiles/NE10_shared.dir/imgproc/NE10_boxfilter.c.o: relocation R_ARM_THM_MOVW_ABS_NC against `stderr' can not be used when making a shared object; recompile with -fPIC CMakeFiles/NE10_shared.dir/imgproc/NE10_boxfilter.c.o: error adding symbols: Bad value collect2: error: ld returned 1 exit status The instruct...
2015 Feb 26
0
[RFC PATCH v2] Encode optimize using libNe10
...ared object; recompile with -fPIC > /home/tterribe/src/xiph/git/arm/Ne10/build/modules/libNE10.a: error adding > symbols: Bad value > collect2: error: ld returned 1 exit status > > > Then attempting to build libNE10 with -DNE10_BUILD_SHARED fails: > > /usr/bin/ld: CMakeFiles/NE10_shared.dir/imgproc/NE10_boxfilter.c.o: > relocation R_ARM_THM_MOVW_ABS_NC against `stderr' can not be used when > making a shared object; recompile with -fPIC > CMakeFiles/NE10_shared.dir/imgproc/NE10_boxfilter.c.o: error adding symbols: > Bad value > collect2: error: ld returned 1 exit...
2015 Feb 04
4
[RFC PATCH v2] Encode optimize using libNe10
Changes from RFC PATCH v1: - passing arch parameter explicitly - reduced stack usage by ~3.5K by using scaled NE10 fft version - moved all optimization array functions to arm_celt_map.c - Other cleanups pointed out by Timothy Phil, As you mentioned earlier, could you please address all compile and linker errors/warnings coming out of Ne10 library? You can find my working Ne10 repo at [1] You