Displaying 20 results from an estimated 400 matches similar to: "Request help about developing android apps on CentOS"
2013 Oct 30
2
[LLVMdev] Symbolized ASan output on Android
If running ASan on the host architecture, we can symbolize output with:
export LLVM_SYMBOLIZER_PATH=`which llvm-symbolizer`
./myInstrumentedProgram
but on Android symbolizing is more complex. The bash script below is
a "hello world" for symbolizing ASan output on Android. Is there a
simpler way to do this?
# Execute the test and save its output
adb push
2009 Jun 02
2
[LLVMdev] LLVM-gcc for Ada
I'm having problems building llvm-gcc for Ada, which may or may not be
similar to the trouble Andre was having recently. I'm trying to build
it on Fedora 10 (32-bit), using the instructions on the web site. The
make terminates with a gnatbind error:
gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
-I../../llvm-gcc-4.2/gcc/ada ../../llvm-gcc-4.2/gcc/ada/gnat1drv.adb -o
ada/gnat1drv.o
2013 Oct 31
0
[LLVMdev] Symbolized ASan output on Android
On Wed, Oct 30, 2013 at 2:08 PM, Greg Fitzgerald <garious at gmail.com> wrote:
> If running ASan on the host architecture, we can symbolize output with:
>
> export LLVM_SYMBOLIZER_PATH=`which llvm-symbolizer`
> ./myInstrumentedProgram
>
> but on Android symbolizing is more complex. The bash script below is
> a "hello world" for symbolizing ASan output
2009 Jun 02
0
[LLVMdev] LLVM-gcc for Ada
Hi Eric,
> I'm having problems building llvm-gcc for Ada, which may or may not be
> similar to the trouble Andre was having recently. I'm trying to build
> it on Fedora 10 (32-bit), using the instructions on the web site. The
> make terminates with a gnatbind error:
>
> gcc -c -g -O2 -gnatpg -gnata -I- -I. -Iada
> -I../../llvm-gcc-4.2/gcc/ada
2014 Apr 17
3
[LLVMdev] Building sanitizers for Android
> Does %run support ssh-based testing?
Yes, %run is configured by the user. I configure it to call a shell
script that calls qemu-arm. It could just as easily ssh or "adb push
&& adb shell".
-Greg
On Wed, Apr 16, 2014 at 11:44 PM, Yury Gribov <y.gribov at samsung.com> wrote:
> Greg,
>
>
>> Clever, but I hope we can try to avoid the symlink hackery.
2013 Oct 31
1
[LLVMdev] Symbolized ASan output on Android
Thanks for letting me know that this is in the works. This is
something that would make running ASan (and all other sanitizers I
assume) quite a bit more appealing on Android. If there's anything I
can do to help, please let me know. If you'd like to discuss in
person, I'll be at the Developers' Meeting next week.
-Greg
On Thu, Oct 31, 2013 at 1:58 PM, Alexey Samsonov
2018 Apr 23
2
Wrapping lit commands for device testing
Hi,
Tests in compiler-rt run under both iOS simulators and Android devices, which requires “wrapping” the run line with the “adb” command for Android, and adding a prefix / setting some environment variables for simulators/
In case of Android this is done by changing the compilation command to produce a wrapper which already calls “adb”, and in case of iOS simulators by explicitly adding the
2014 Aug 22
4
[LLVMdev] QEMU testing for LIT execution tests
Dan/Daniel/Eric,
I'm testing a bare-metal ARM toolchain, and I've hacked up my local copy of lit
to get it to run libcxx tests on qemu. I wanted to pick your collective brains
to see if there was a better way of doing this.
What I have implemented is here (don't take this as a formal review request, we
can do that later once we figure out the best direction to go):
lit part:
2013 Jun 21
0
[LLVMdev] ASan for Android Applications
You are citing the "Android platform workflow" section, which is about
sanitizing components of the Android system itself.
For NDK apps, see "Android NDK workflow" in the same document.
You need -eng build because preloading libraries into dalvik vm is not
allowed in user builds. JellyBean includes several bugfixes in the
dynamic loader that asan needs.
Was there any useful
2009 Aug 05
2
[LLVMdev] ACATS
Andr? Tavares wrote:
> Thanks for the link Duff.
You're welcome.
> I downloaded ACATS, but could not run it on LLVM. Could not find any
> instructions that could lead me to do so. Do you know how can do it?
Compiler vendors are expected to write their own scripts,
which is not a trivial task.
The "B Tests" have deliberate errors, marked with "-- ERROR:"
2015 Sep 21
2
android sdk on centos7 64-bit.
trying to use the android sdk on centos 7 and cant seem to find the
32bit libs..
[jason at centos7 platform-tools]$ ./adb devices
-bash: ./adb: /lib/ld-linux.so.2: bad ELF interpreter: No such file or
directory
[jason at centos7 platform-tools]$
whats the right way to isntall the needed 32bit libs? I cant seem to
find them with yum provides..
Ive tried multilib_policy=best in my yum.conf as
2012 Dec 06
1
adb Samsubg note 2 and centos6
Hi,
Has anyone figured out how to mount a Samsung note 2 on Centos 6? When I plug
it in to the usb port it is detected and the get the following in the log:
Dec 6 08:02:23 tigger kernel: usb 1-5: new high speed USB device number 35 using ehci_hcd
Dec 6 08:02:23 tigger kernel: usb 1-5: New USB device found, idVendor=04e8, idProduct=6860
Dec 6 08:02:23 tigger kernel: usb 1-5: New USB device
2010 Aug 31
2
[LLVMdev] Using LLVM with Ada
Dear Duncan,
thank you for the prompt reaction!
Quoting Duncan Sands <baldrick at free.fr>:
> Hi Enrico, did you follow the instructions here
> http://llvm.org/docs/GCCFEBuildInstrs.html#ada
> to build llvm-gcc with Ada support?
Yes. I succesfully followed the instructions to build the LLVM Ada f-e.
> If by 2.5 you mean LLVM-2.5 I suggest you use something more recent,
2018 Apr 23
0
[cfe-dev] Wrapping lit commands for device testing
Hello George,
I would be very much interested in a (generic) solution that would allow
running tests on a remote host/device. My intended use case for this is
lldb+android, and I am mostly interested in googletest-style tests. In
fact, I proposed something vaguely similar to this (but limited to gtest)
last year <http://lists.llvm.org/pipermail/llvm-dev/2017-May/113370.html>.
However, due
2011 Mar 28
1
my gsoc application
Dear Richard Boulton and Olly Betts ?here is my Xapian's GSoC Student
Application
== About Me ==
Name: ponyding
E-mail address: ponyding at gmail.com
IRC nickname : ponyding
Personal blog:www.cnblogs.com/shapherd (sorry for it's writen in chinese)
Emergency contact phone number: +86 15907107917
Biography:
I am very optimistic,Have a strong sense of responsibility for
2014 Apr 14
2
Re: LXC + USB passthrough = Operation not permitted
I'd also like to point out that, when setting up a linux container with
_just_ the lxc tools available in ubuntu, all that was needed to be done
was whitelist the appropriate cgroups for the Android devices. The lxc
tools seem to create the appropriate character devices when you
detach/attach the Android device via USB, and the Android `adb` tool
recognized the devices.
So, a tangential
2018 May 05
1
[cfe-dev] Wrapping lit commands for device testing
Hi Pavel,
I was thinking about a generic proposal for a while,
but then I’ve realized that a much simpler heuristic suffices for all of my needs:
- Prepend all commands which should execute on the device with %run, which runs a wrapper python script
- Inside that script use a simple regexp to find all paths
- sync all paths to the device
- run the executable on the device
- sync all paths
2013 Jun 04
2
[LLVMdev] Address Sanitizer on Android
I have simple standalone ASan examples working on Android, and now I'd
like to try using ASan with the Android build system. I'm building
the release_33 branch of llvm+clang+compiler-rt with CMake. To test,
I'm looking at libjpg, because with just a small change its Android.mk
it compiles in a few seconds and without needing any additional
dependencies.
When I run 'djpeg' on
2014 Jan 26
2
3g usb dongle - Huawei E1552
Hi
Please could someone assist me?
I?e got a 3g usb dongle - Huawei E1552.
[root@]# lsusb
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 002: ID 03f0:8407 Hewlett-Packard
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus
2008 Aug 26
3
Nibiru installs but doesnt run
When I try and run Nibiru from the command line I get the following error:
Code:
chris at chris-hardy:~$ '/home/chris/.wine/drive_c/Program Files/The Adventure Company/Nibiru/nibiru.exe'
Cannot open file data.adb.
fixme:avifile:AVIFileExit (): stub!
I am running Ubuntu 8.04 with wine version 1.0
I did some googling and haven't found a solution. Any help would be appreciated!