Displaying 8 results from an estimated 8 matches for "r8e".
Did you mean:
r8
2013 Jul 26
0
[LLVMdev] Botan and Android
...dded,
lame] STLport?
I would try removing the call to rend() in std::map<_Key, _Tp,
_Compare, _Alloc>::rend(). But I really should not modify program
code. Fiddling with a Makefile is one thing, but modifying source code
is another.
Jeff
arm-linux-androideabi-g++
--sysroot=/opt/android-ndk-r8e//platforms/android-14/arch-arm
-I/opt/android-ndk-r8e//sources/cxx-stl/stlport/stlport/
-Ibuild/include -O2 -D_REENTRANT -Wno-long-long -fpermissive -W -Wall
-c checks/bench.cpp -o build/checks/bench.o
checks/bench.cpp: In function 'void (anonymous
namespace)::report_results(const string&,...
2013 Jul 18
2
Help building OPUS library using FIXED_POINT option
...StaticLibrary : lib0.a
[exec] StaticLibrary : lib1.a
[exec] StaticLibrary : lib0.a
[exec] StaticLibrary : lib1.a
[exec] SharedLibrary : libdmt_opus.so
[exec] SharedLibrary : libdmt_opus.so
[exec] SharedLibrary : libdmt_opus.so
[exec] C:/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.6/preb
uilt/windows/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-andr
oideabi/bin/ld.exe: ./obj/local/armeabi/lib0.a(analysis.o): in function run_anal
ysis:jni/src/libopus/src/analysis.c:636: error: undefined reference to 'optimize
_framesize...
2006 May 31
7
Getting at MakeOpenFile
Along the same lines as the last question - how can I get to functions
like MakeOpenFile via Win32API? It doesn''t seem to be exported by
msvcrt-ruby18.
Possible? Or am I out of luck?
Dan
This communication is the property of Qwest and may contain confidential or
privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful. If you have
2013 Jun 21
3
[LLVMdev] ASan for Android Applications
...elease. To run
> applications built with ASan you'll need an -eng build of Android.
>
> To build any part of Android system with ASan, add
> LOCAL_ADDRESS_SANITIZER:=true to the appropriate Android.mk.
I don't see that string 'LOCAL_ADDRESS_SANITIZER' in the latest NDK
(r8e). The wiki mentions needing an "-eng" build. Do I need that
"-eng" because it includs bug-fixes needed by the ASan runtime? or
can I move forward with just an upgraded build system? If so, is the
Makefile that processes that variable available online? I attempted
to use asa...
2013 Jun 21
0
[LLVMdev] ASan for Android Applications
...ations built with ASan you'll need an -eng build of Android.
>>
>> To build any part of Android system with ASan, add
>> LOCAL_ADDRESS_SANITIZER:=true to the appropriate Android.mk.
>
> I don't see that string 'LOCAL_ADDRESS_SANITIZER' in the latest NDK
> (r8e). The wiki mentions needing an "-eng" build. Do I need that
> "-eng" because it includs bug-fixes needed by the ASan runtime? or
> can I move forward with just an upgraded build system? If so, is the
> Makefile that processes that variable available online? I attem...
2005 Dec 21
9
question about changejournal
Hi,
I''ve got a newbie question--sorry if this is covered elsewhere, I parsed
through the archives for awhile and didn''t see it.
I''d like to listen for whenever a file is renamed (e.g. foo.txt -> foo.old)
and then magically change it back. This sounds odd, but I''m working with a
stubborn application and this will actually make things work nice.
So, if I do:
2013 Jul 18
0
Help building OPUS library using FIXED_POINT option
On 13-07-18 8:12 AM, Dubois-Rande, Antoine wrote:
> C:/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.6/prebuilt/windows/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.exe: ./obj/local/armeabi/lib0.a(analysis.o): in function
> run_analysis:jni/src/libopus/src/analysis.c:636: error: undefined reference to
> 'optimize_fra...
2013 Jun 21
1
[LLVMdev] ASan for Android Applications
...ou'll need an -eng build of Android.
>>>
>>> To build any part of Android system with ASan, add
>>> LOCAL_ADDRESS_SANITIZER:=true to the appropriate Android.mk.
>>
>> I don't see that string 'LOCAL_ADDRESS_SANITIZER' in the latest NDK
>> (r8e). The wiki mentions needing an "-eng" build. Do I need that
>> "-eng" because it includs bug-fixes needed by the ASan runtime? or
>> can I move forward with just an upgraded build system? If so, is the
>> Makefile that processes that variable available onli...