Displaying 20 results from an estimated 4000 matches similar to: "R on Android"
2015 Aug 28
4
TSAN hack on AArch64 for Android
IMO having to disable 2/3 of the tests means the patch isn't ready yet.
On Fri, Aug 28, 2015 at 9:31 AM, Jason Kim <jasonk at codeaurora.org> wrote:
>
>
> > -----Original Message-----
> > From: Renato Golin [mailto:renato.golin at linaro.org]
> > > TESTS!
> > > Currently, about 2/3 tests for tsan fail/flake on android+aarch64.
> > >
2014 Mar 27
2
[LLVMdev] Building sanitizers for Android
The build for the Android sanitizers is unique in that it needs to
link against the Android system libraries to create a shared object
and its test suites. The current solution to build ASan is to drop
the compiler-rt repo into the llvm source tree and cross-compile the
llvm build for Android. This is a bit awkward for few reasons:
1) Not all of llvm can be cross-compiled for Android.
2015 Mar 26
2
Problem With Android Configuration
Yes. The problem is lollipop. I tried to install tinc on my brother's
device which mount a cyano 10.1( android 4.2.2) and it works.
I don't understand which is the problem with lollipop. Is there a firewall
that block the packets?
Andrea Squeri
If you are running Lollipop / Android 5.x on your Nexus 5, then you are
probably seeing the same issue I was with it. lollipop seems to change
2015 Mar 25
4
Problem With Android Configuration
Hi, First sorry for my bad English.
I made a vpn wtih tinc for link my home and my two office. In Addition I want to configure my android device to link with my vpn.
The topology of the net is this:
cubox(a linux machine in my home with vpn address 192.168.0.20)
groppalbero (a linux machine in my second office with vpn address 192.168.0.40)
imac(a mac machine in my first office with vpn address
2015 Mar 27
2
Problem With Android Configuration
I don't know.. It seems that anyone had try to made work tinc with
lollipop. Even googoling i don't found anything about this argoument.
Andrea Squeri
Il 27/mar/2015 06:55 "Tatsuyuki Ishi" <ishitatsuyuki at gmail.com> ha scritto:
> SELinux is considered as the biggest problem.
>
> On Thu, Mar 26, 2015, 22:37 Andrea Squeri <andrea.squeri at gmail.com>
2014 Sep 08
0
how to install NUT on raspberry pi
On Sep 8, 2014, at 9:03 AM, Roger Price <roger at rogerprice.org> wrote:
> Charles: Since there is currently no user writeup for openSUSE in your list, maybe it would be useful to add this reference.
Roger, thanks for the reminder - I thought we had added that link a while ago. It's committed to Git now, but we need to untangle a few things before it will show up on the web server.
2014 Sep 08
2
how to install NUT on raspberry pi
On Mon, 8 Sep 2014, Charles Lepple wrote:
> On Sep 8, 2014, at 2:26 AM, Flavio.Boschiggia at infineon.com wrote:
>> I would like connect it by usb on my server raspberry pi.
>> Someone knows a simple tutorial to send me? I did some test without success.....
>
> We try to collect tutorial links here:
> http://www.networkupstools.org/documentation.html#_offsite_links
In
2014 Mar 27
2
[LLVMdev] Building sanitizers for Android
> Alexey's approach with CMake sub-projects.
I prefer that direction as well, but what I've proposed is a solution
that works today. To support cross-compilation, we'll need to loop
over each supported arch (llvm-config --targets-built), then loop over
each supported triple for each arch (hard-coded map?), and then pair
up each triple with a sysroot (system paths provided by the
2009 Jan 03
1
OSLEC
Hello
oslec make error on RHEL 2.6.9 :
Warning: could not find versions for .tmp_versions/dahdi.mod
Warning: could not find versions for .tmp_versions/xpd_fxo.mod
Warning: could not find versions for .tmp_versions/xpd_fxs.mod
Warning: could not find versions for .tmp_versions/xpd_pri.mod
Warning: could not find versions for .tmp_versions/xpp.mod
Warning: could not find versions for
2015 Mar 27
2
Problem With Android Configuration
I switch to lollipop 4 months ago and I never had issue. So for my opinion it is ready for daily use.
Before try tinc I had my vpn implemented with openvpn, and it works great on lollipop. I switch to tinc because i prefer a mash vpn topology versus a client/server topology.
--
Andrea Squeri
Inviato con Sparrow (http://www.sparrowmailapp.com/?sig)
Il giorno venerd? 27 marzo 2015, alle ore
2015 Mar 30
1
Problem With Android Configuration
Thanks for reply.. I'll try and then i'll advise you if it woks
Andrea Squeri
Il 30/mar/2015 11:38 "Vil Brekin" <vilbrekin at gmail.com> ha scritto:
> Hi there,
>
> I've finally had a deeper look and found the Lollipop routing issues root
> cause: Lollipop uses several routing tables instead of the default one for
> previous Android versions. The main
2010 Mar 03
3
dahdi and oslec
Hi All,
I have followed below steps to enable echo cancellation.
# cd /usr/src
# wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.28.tar.bz2
# tar xjf linux-2.6.28.tar.bz2
# tar zxvf dahdi-linux-2.1.0.4.tar.gz
# ln -s /usr/src/dahdi-linux-2.1.0.4 /usr/src/dahdi
# mkdir /usr/src/dahdi/drivers/staging
# cp -fR /usr/src/linux-2.6.28/drivers/staging/echo
/usr/src/dahdi/drivers/staging
# sed -i
2014 Mar 28
2
[LLVMdev] Building sanitizers for Android
> Note that ASan tests on Android require llvm-symbolizer binary.
That's a really good point. And I see that llvm-symbolizer can't just
be pulled into compiler-rt because it has dependencies on DebugInfo,
Object, and Support libraries.
This throws a big wrench in Alexey's plan to have the native
compiler-rt build generate the cross-compiled binaries for all
supported targets. We
2013 Nov 11
0
[LLVMdev] Android JIT patch
On 11 November 2013 01:45, James Lyon <jameslyon0 at gmail.com> wrote:
> I've attached a patch which has got JIT compilation working (for me at
> least!) on Android. It turns out that the problem was a bunch of intrinsic
> __aeabi* functions which reside in libgcc.a rather than libc.so so are not
> available unless explicitly linked in, so it's rather similar to the
>
2019 Jun 08
2
Help Building LLVM for Android
Hey Guys,
I'm working on a project in Android related to System-level Audio DSP
Effects for Tuning Android Audio. I want to leverage Faust (
https://faust.grame.fr/) to allow users to program their own filters.
Faust provides a libfaust implementation which includes a JIT Compiler
which leverages LLVM and seems to be the best path for me to use.
Unfortunately I'm having problems
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
2009 Jan 22
1
oslec + dahdi
Hi list, I install dahdi-linux successfully with the module of oslec
for the echo, but when I specify it in the system.conf the echo
canceller oslec it shows me errors:
DAHDI_ATTACH_ECHOCAN failed on channel 4: Invalid argument (22)
I see that the echo cancellers is supported: mg2, kb1, sec2, and sec
because oslec is not supported?, but he has support to compile it with
dahdi_linux!
best
2024 Oct 20
1
Copy with curl ? force user ignored?
Hello,
I have a couple of questions for a guest only, stand alone server:
1. Windows Explorer can copy a file to Samba, while curl fails:
==========
root at debian# ll /mnt/sdcard/
drwxrwxrwx 2 root root???? 8192 Jan? 1? 1970 ./
==========
root at debian# cat smb.conf
[global]
workgroup = WORKGROUP
netbios name = debian
security = user
server role = standalone server
map to guest = Bad User
2016 Nov 18
3
SCL devtoolset-3 or 4 without eclipse?
Is there a way to install devtoolset packages without the bloat of eclipse?
I just want the new compiler and toolchain, not a big IDE.
BTW devtoolset-3 dependencies are broken in yum with C6
yum install devtoolset-3
...
---> Package devtoolset-3-perftools.x86_64 0:3.1-12.el6 will be installed
--> Processing Dependency: devtoolset-3-dyninst for package:
2018 Mar 23
2
cuda cross compiling issue for target aarch64-linux-androideabi
I was wondering if anyone has encountered this issue when cross compiling
cuda on Nvidia TX2 running android.
The error is
In file included from <built-in>:1:
In file included from
prebuilts/clang/host/linux-x86/clang-4667116/lib64/clang/7.0.1/include/__clang_cuda_runtime_wrapper.h:219:
../cuda/targets/aarch64-linux-androideabi/include/math_functions.hpp:3477:19:
error: no matching function