Displaying 20 results from an estimated 25 matches for "ardi".
Did you mean:
andi
2000 May 18
0
Failed copying and writing
Samba 2.0.7, NT WS 4.0 sp6, Slackware 7.0 (glibc 2.1.2), linux kernel
2.2.15 with crypto patch patch-int-2.2.14.1.
Samba configured/compiled with the following switches:
--with-smbmount --with-syslog
Most of the time writing to, or copying from samba shares, hangs, then
fails.
Trying to copy scrt303.exe from HOMES share to NT box, smbstatus reports:
Samba version 2.0.7
Service uid
2000 May 22
0
read_socket_data: recv failure for 4
Samba gives read_socket_data: recv failure for 4 when trying to write or
read with NT4 WS, why?
Samba 2.0.7, NT WS 4.0 sp6, Slackware 7.0 (glibc 2.1.2), linux kernel
2.2.15 with crypto patch patch-int-2.2.14.1.
Samba configured/compiled with the following switches:
--with-smbmount --with-syslog
Most of the time writing to, or copying from samba shares, hangs, then
fails.
Trying to copy
2016 Apr 15
2
For the LLVM wishlist
On 4/15/16, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> On Fri, Apr 15, 2016 at 02:31:59PM +0200, ardi via llvm-dev wrote:
>> On Fri, Apr 15, 2016 at 1:02 PM, Joerg Sonnenberger via llvm-dev
>> <llvm-dev at lists.llvm.org> wrote:
>> > On Fri, Apr 15, 2016 at 10:45:03AM +0200, ardi via llvm-dev wrote:
>> >> What I found is that the build system is really complex...
2018 Oct 01
2
How to build LLVM linked to libc++abi?
Thanks a lot, but tried it and I get this:
CMake Error at projects/libcxx/CMakeLists.txt:361 (message):
LIBCXX_ENABLE_STATIC_ABI_LIBRARY is not supported on OS X
Why is it not supported? If I manually embed libc++abi.a inside
libc++.a it seems to work.
Thanks!
ardi
On Mon, Oct 1, 2018 at 4:20 AM Petr Hosek <phosek at chromium.org> wrote:
>
> You can use LIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON CMake option to statically link libc++abi into libc++.a. You can also use LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY=OFF to disable statically linking libc++a...
2016 Apr 15
2
For the LLVM wishlist
On Fri, Apr 15, 2016 at 1:02 PM, Joerg Sonnenberger via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> On Fri, Apr 15, 2016 at 10:45:03AM +0200, ardi via llvm-dev wrote:
>> What I found is that the build system is really complex, performs many
>> checks, and quite often takes wrong decisions (example: a fatal error
>> if the OS X version is older than 10.7, instead of just disabling
>> sanitizers and continuing with the b...
2018 Jul 20
4
Relinking (syscall-free) ELF executable into Mach-O and PE executables
...I mean that all the needed tools/code already exist) to somehow
"unlink" the code and data from the ELF executable, and relink it as
two new executables: one Mach-O and another PE?
Would this be possible with just LLVM tools, or would other
libraries/tools also be needed?
Thanks a lot!
ardi
2016 Apr 12
2
Availability of "-export_dynamic" when compiling with support for older OS X releases
Looking at tools/clang/lib/Driver/Tools.cpp , there's this fragment of code:
if (Args.hasArg(options::OPT_rdynamic) && Version[0] >= 137)
CmdArgs.push_back("-export_dynamic");
I built LLVM 3.4.2 from a OS X 10.11 "El Capitan" but specifying a fat
build (386+x86_64) and requesting support back up to 10.6. It went
fine, and the build passes all tests when run
2018 Sep 30
2
How to build LLVM linked to libc++abi?
...to your link line, but when building LLVM, how are
you supposed to do it? I've searched for a cleaner solution to this,
but couldn't find any.
Isn't there any LLVM build option for simply telling "hey! don't
forget to add -lc++abi whenever you link to libc++" ?
Thanks!
ardi
2017 Feb 22
6
Users of MIPS and PowerPC backends in production-class projects?
Hi,
I'd like to experiment with the MIPS and PowerPC backends, but,
considering that they aren't widely used processors, I'd like to start
with the same environment (OS/ABI/linker) used by the people who work
with these backends.
So, what OS/ABI/linker use the people who use these backends for
production work?
Thanks!!
2016 Apr 15
2
For the LLVM wishlist
...cause
Apple started to include it in Xcode since 10.8 Mountain Lion IIRC,
and really liked it, specially for how warnings are issued, which
really helps to improve your app code quality, as well as because of
the build speed).
Unfortunately, I've to say that I've felt a bit disappointed regarding
the build process. I mean, if some UNIX system has a C++11-compliant
compiler installed, and LLVM has both a backend for the system CPU
and support for the system linker, there should be a very simple build
procedure for getting clang up and running on such a system (at least
with the most basic...
2017 Feb 22
2
Users of MIPS and PowerPC backends in production-class projects?
...he comments I conclude there's people
successfully using the backend in Linux. OTOH, FreeBSD is "almost there",
and not sure about NetBSD and OpenBSD.
In the case of MIPS, would Linux be the most reliable choice, or is any BSD
flavour already using the backend successfully?
Thanks!
ardi
On Wednesday, February 22, 2017, Simon Dardis <Simon.Dardis at imgtec.com>
wrote:
> For MIPS, the common OSes would be Linux/FreeBSD/NetBSD/OpenBSD.
>
> Endianness is somewhat variable as many MIPS designs have big endian and
> little endian variants. Typically you can assume...
2018 Apr 03
2
Multi-architecture (ELF or other) loaders and dynamic linkers available?
...9;s "ready to be executed" (with all
relocation, linked to required symbols from dynamic libraries,
etc...).
Would you recommend any of these 3 approaches that I found? Or do you
know of any other, better suited for the task?
Or maybe LLVM already has infrastructure for this?
Thanks!!
ardi
2018 Apr 03
0
Multi-architecture (ELF or other) loaders and dynamic linkers available?
On 4/3/2018 9:33 AM, ardi via llvm-dev wrote:
> Hi,
>
> I'm looking for some sort of "universal loader and dynamic linker",
> capable of loading in memory an executable (ELF or other, the format
> is not a requisite at this time) for any of the "major" architectures
> that have LLVM...
2016 Apr 14
2
Question about compiler-rt builtins targets
Hi,
Short version: Is it possible to enable *all* builtins architectures? How?
Longer explanation:
I don't quite understand how compiler-rt targets are decided to be
built while invoking cmake from the LLVM tree.
I tend to believe that builtins and sanitizers (the two big parts in
compiler-rt) are quite different monsters, but however they share the
same build decisions and (if I'm not
2013 Jun 19
3
Calling an array in a struct in C to R
Hi there,
Although I'm a quite experienced R user and know my ways in C, I stumbled
upon a problem I don't know how to solve. Therefore, I hope someone can
provide me with the information or pointers I need in order to understand
the way in which the communication between R and C occurs. I have the
following C code which basicallly reflects what I want:
typedef struct
{
float
2018 Jul 23
2
Relinking (syscall-free) ELF executable into Mach-O and PE executables
...le, uses this approach. It loads native PE executables,
> and implements enough of the win32 API to run some applications.
>
> "Re-linking" would be tough because linking typically throws away static
> relocations that you would need.
>
> On Fri, Jul 20, 2018 at 12:46 AM ardi via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
>> Hi,
>>
>> Let's suppose we have an ELF executable that doesn't issue any syscall
>> (I mean, syscalls are issued from an external dynamic library, not
>> from the executable, and we can ignore...
2005 Aug 17
2
Sentinel Driver
I'm trying to run the Ardis Cutting Optimizer under
wine but it uses a Rainbow Sentinel driver to detect a
parallel port dongle for copy protection. I have the
dongle and I've installed the sentinel driver, but
when I run wine COWIN.exe I get the following:
fixme:vxd:VXD_Open Unknown/unsupported VxD
L"sntnlusb.vxd...
2020 Jun 19
2
Inclusive language in LLVM: can we rename `master` branch?
On 19/06/2020 12:56, Renato Golin via llvm-dev wrote:
> I never associated any of those words with their negative
> connotations, either, but this is because of my upbringing and some of
> the privileges I enjoy from our broken society.
>
> I always associated the word "master" as reverential, like with
> martial arts, Jedi kind of thing. And to me, "white"
2003 Mar 10
2
how to measure samba performance ?
...ark but I guess it's hard to know and
get what kind of method and software that they used.
Basically I want to make a benchmark for my own
research in my university, I would be greatfull if
there is someone here could help me point to the
software that i'm telling above..
Thank's....
-Ardi-
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
2003 Mar 12
1
Windows 2000 Pro can't join the Samba PDC
...find the
reason why we must create the account machine with the
"$" string in the last character, I see that win 2000
client didn't send the value of their name with that
strings.
Is there any other way for a client (especially Win
2000 pro) to join automatically to samba pdc?
TIA
-ardi-
__________________________________________________
Do you Yahoo!?
Yahoo! Web Hosting - establish your business online
http://webhosting.yahoo.com