similar to: Log to file + stderr

Displaying 20 results from an estimated 3000 matches similar to: "Log to file + stderr"

2017 Jan 11
2
16-bit bytes support
Hi. I'm working on a backend for the [DCPU16](https://github.com/techcompliant/TC-Specs/blob/master/CPU/DCPU.md), a fictional CPU. The main subtlety is that the bytes are 16 bits instead of 8. There is already a [working backend](https://github.com/krasin/llvm-dcpu16), but it does a lot of source modification to support 16 bit words. I try to update it to latest llvm, but it obviously
2017 Jan 11
2
16-bit bytes support
> 16-bit byte was a major pain back in the day, and we never fixed all > known failures. In part, it's because C standard really wants 8-bit chars. So no real solution? > Btw, why is DCPU16 still a thing? :) https://github.com/techcompliant/. It's a separate team not related to Mojang which took the idea. They are on alpha now. Also because
2008 Dec 10
0
[LLVMdev] ARM Debug support patch
Hi Mikaƫl, Thanks for the patch. Some comments: 1. Please don't use tabs. 2. Index: lib/Target/ARM/ARMInstrInfo.cpp =================================================================== --- lib/Target/ARM/ARMInstrInfo.cpp (revision 14) +++ lib/Target/ARM/ARMInstrInfo.cpp (working copy) @@ -904,7 +904,8 @@ return TAI->getInlineAsmLength(MI-
2008 Dec 10
6
[LLVMdev] ARM Debug support patch
Hi all, FlexyCore, the company I am working for, use LLVM to generate binary for ARM platform. We are very fulfilled with LLVM, and FlexyCore will be pleased to contribute on this software. We need debug support in ARM binary, but, in LLVM 2.4, this support is not activated for ARM backend. Consequently, I made small modifications in order to activate it (see the patch in attach file). My
2007 Jun 12
0
[LLVMdev] ARM backend problem ?
Hi Mikael, You are obtaining warning, not an error, right? The most arm cores, including arm1136, can execute mul with rd = rm. So, you can ignore this warning. Lauro 2007/6/12, Peltier, Mikael <m-peltier at ti.com>: > > > > > Hello, > > > > I want to compile a LLVM file into an executable running on ARM platform. > > I use LLVM 2.0 with the following
2008 Dec 12
1
[LLVMdev] ARM Debug support patch
Hi Evans, Currently, we have not test all debug functionnalities, this will be done with the progress of our project. Could you explain more in details (by mail if possible) what is the problem with aggregates and debugging ? Could you also provide C program or llvm source file that exposes this problem in order to see what we can do? During our roadmap progress, FlexyCore will not hesitate to
2007 Jun 12
3
[LLVMdev] ARM backend problem ?
Hello, I want to compile a LLVM file into an executable running on ARM platform. I use LLVM 2.0 with the following command lines: llvm-as -f -o test.bc test.ll llc -march=arm -mcpu=arm1136j-s -mattr=+v6 -f -o test.s test.bc arm-linux-gnu-as -mcpu=arm1136j-s test.s With the last command, I obtain the following error: rd and rm should be different in mul The bad instruction is
2007 Jun 20
1
[LLVMdev] Calling Convention & Stack Frame
Hello, I want to find information/documentation on how reorganize stack frame (add other information, etc.) & how add new calling convention into ARM backend? I think it is needed to modify lowering of CALL, RET & FORMAL_ARGUMENT instruction, and also to modify emitPrologue & emitEpilogue functions. What are the others things to modify in order to realize my
2015 Jul 31
2
icecast2 will not start from the /etc/init.d
Where do I set the <errorlog>-</errorlog>? In the /etc/init.d/icecast file? Nick D'Angelo 4Points.ca Inc President/CEO http://www.4points.ca T: 1-855-275-9713 -----Original Message----- From: icecast-bounces at xiph.org [mailto:icecast-bounces at xiph.org] On Behalf Of Philipp Schafft Sent: Friday, July 31, 2015 10:50 AM To: Icecast streaming server user discussions Subject: Re:
2007 Jun 13
1
[LLVMdev] Address of label
Hello, I search information in order to access address (i.e. value) of label directly in llvm assembler file. This can be useful to realize jump table from address, etc. I generate the file branch.ll from a C file. In this file, we saw that branches are realized by affecting virtually an id to each label and use a switch in order to find the right target. I want to know if there is
2016 Jun 24
1
haproxy + Apache + virtual hosts -> wrong host is displayed
Hello, I hope my question is not off-topic here. On CentOS 7.2.1511 I have installed: haproxy-1.5.14-3.el7.x86_64 httpd-2.4.6-40.el7.centos.1.x86_64 The /etc/haproxy/haproxy.cfg binds HAProxy to ports 80 and 443 and accepts HTTPS to slova.de: defaults mode http option http-server-close option forwardfor except 127.0.0.0/8 option
2008 Dec 11
2
[LLVMdev] ARM Debug support patch
Thanks for the commit. FlexyCore works only on ARM EABI Linux target for now. This binary with Dwarf information could be debugged with a gdb-server 6.8 without problem on our side. If you are working on ARM Linux target, could you send us LLVM source file, and gdb version ? But if you are using ARM Darwin as Anton suggest, we are unable to test this for now. We are open to help on this
2007 Oct 01
1
Errorlog
ERRORLOG Just wanted to import a bulk of data into R via BLOOMBERG. And it crashed. Is there any useful "something" like an ERRORLOG? Checked the web but did not get useful information. Cheers, Bernd -- View this message in context: http://www.nabble.com/Errorlog-tf4548140.html#a12978580 Sent from the R help mailing list archive at Nabble.com.
2008 Dec 11
0
[LLVMdev] ARM Debug support patch
On Dec 11, 2008, at 8:23 AM, Mike-1 wrote: > > Thanks for the commit. > > FlexyCore works only on ARM EABI Linux target for now. This binary > with > Dwarf information could be debugged with a gdb-server 6.8 without > problem on > our side. Good to hear. Are you able to examine aggregates? > > > If you are working on ARM Linux target, could you send us LLVM
2008 Dec 10
0
[LLVMdev] ARM Debug support patch
I've committed the patch with some fixes. It allows ARM target to generate Dwarf information. However, I did not have much luck debugging llvm produced executables. I would appreciate it very much if you can put the debug support to test and contribute more patches. Thanks, Evan On Dec 10, 2008, at 8:38 AM, Mike-1 wrote: > > Hi all, > > FlexyCore, the company I am working
2004 Aug 06
1
Icecast2 Configuration
I've used SHOUTcast before, but I'm new to IceCast... and it's been a bit since I did use SHOUTcast. I need to know what the various configuration fields in Icecast2 Win32 do. [How my config file currently stands...] <icecast> <location>Here and There</location> <admin>moguta@ffradio.net</admin> <limits>
2013 Jan 24
3
No sound on any stream.
I have 2 icecast servers and neither will play music, 1 gentoo, the other ubuntu when connect to a mount and trying to broadcast via mixxx using both mp3 or ogg. Both will establish a stream feed but appears to have no sound. One of them won't even stream a ices2 mounted song either (same symptom, connect but no actual play occurs). Error logs are clean too, firewall is turned off on both
2014 May 06
1
WG: on High Load using IMAPSYNC : Panic: file ostream-lzma.c: line 147: unreached. Dovecot 2.2.12 with zlib/XZ compression
when syncing Mailboxes with IMAPSYNC, using xz compression the dbox file gets corrupted. the same configuration was working ok on low load with xz compression. Dovecot Version 2.2.12 Linux Mint 16 EXT4 Filesystem another dovecot user already reported the same problem on the mailinglist, using dsync. That user switched to bz2 compression what worked for him. the answer was : > are you on
2016 Jul 23
2
Config and other areas of struggle
Confused me for ages.. until one day! Which out of the listed machines (on the router) is the one you are needing the port forwarded to? Forward that machine to the port you require, I would have used a lower port number 8010 or another unused port. From: Damien Sykes-Lindley Sent: Saturday, July 23, 2016 9:39 AM To: Icecast streaming server user discussions Subject: Re: [Icecast] Config
2007 May 19
1
configuration & error help
Hi everybody, just a new face showing up looking for a little help configuring IceCast. Just installed the software with a few other programs in an attempt to start off my own internet radio station. Using SimpleCast to take the line-in and stream it to IceCast, which in-turn does the obvious and streams it to the internet. I'm looking at just creating a station of just 5 max users (for