search for: mstorsjo

Displaying 9 results from an estimated 9 matches for "mstorsjo".

2014 Mar 11
1
Building Opus (git master) ARM assembly for iOS
On 03/10/2014 06:56 PM, Ralph Giles wrote: > On 2014-03-10 2:47 PM, Jonathan Lennox wrote: >> If I add --disable-asm to the build, it builds correctly. >> >> Does anyone have experience with Apple assembler directives to know >> what?s the best way to fix this? I assume the Perl script to generate >> the assembler file is going to need to be modified somehow. >
2018 Nov 06
3
Trying to cross-compile LLVM runtimes to Windows
I have been using this project with great success to achieve this : https://github.com/mstorsjo/llvm-mingw It generates a linux-based windows cross-compiler with clang, libc++, etc. I was able to build a large part of Qt with it afterwards for instance. Best, Jean-Michaël On 06/11/2018 04:21, Petr Hosek via llvm-dev wrote: > I've tried building libc++ for Windows on Linux by sett...
2018 Nov 06
2
Trying to cross-compile LLVM runtimes to Windows
...g invoked at all On Tue, Nov 6, 2018 at 5:46 AM Martin Storsjö via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Tue, 6 Nov 2018, Jean-Michaël Celerier via llvm-dev wrote: > > > I have been using this project with great success to achieve this : > > https://github.com/mstorsjo/llvm-mingw > > > > It generates a linux-based windows cross-compiler with clang, libc++, > etc. > > FWIW, lately I've added prebuilt packages of it that you can run on actual > windows as well, even though cross compilation was my first/main focus. > > > I was a...
2020 Nov 06
1
Building an LLVM cross-compiler
...can't link anything. After building the compiler-rt builtins, and installing them, the toolchain finally is complete enough to link a working C program. After this stage, higher level runtimes like libc++ can be built on top, followed by other compiler-rt libraries. See https://github.com/mstorsjo/llvm-mingw for the full set of scripts I use to build my setup; built-all.sh is the toplevel script you can start following if you want to dig in. // Martin
2013 Jun 24
4
Streaming AAC with libshout?
Hi, I am wondering how to add AAC support to GStreamer's shout2send element. Support for this format seems to be enabled in icecast for a while and it would be nice if one of the major open source frameworks would have been capable of streaming such content. GStreamer's shout2send relies on the libshout library but it defines only two formats - MP3 and Vorbis. There is no single word in
2019 Jan 22
2
Help reproducing buildbot failures
...uilders/clang-cmake-armv8-quick/builds/9987 >> >> Buildbot URL: http://lab.llvm.org:8011/ >> >> Buildslave for this Build: linaro-armv8-01-arm-quick >> >> Build Reason: scheduler >> Build Source Stamp: [branch trunk] 351801 >> Blamelist: jhenderson,mstorsjo >> >> BUILD FAILED: failed ninja check 1 >> >> sincerely, >> -The Buildbot >
2013 Jun 24
3
Streaming AAC with libshout?
The open source fdk-aac encoder, available there: https://github.com/mstorsjo/fdk-aac offers pretty good quality. As for libshout, I do not think that it is currently posible to send AAC data using it. First, libshout doesn't have support to buffer and control timing of data sent. And even is you use the un-timed API (shout_send_raw), the library cannot set the proper m...
2020 Apr 08
4
Clarifying the supported ways to build libc++, libc++abi and libunwind
[Cross-post to llvm-dev to make sure everybody relevant sees this] Hi, I'm currently trying to simplify the libc++/libc++abi/libunwind build systems and testing setup. In doing so, I am encountering issues related to "unusual" ways of building them. By unusual, I just mean "not the usual monorepo build with LLVM_ENABLE_PROJECTS". I would like to pin down what the set of
2019 Sep 17
18
[9.0.0 Release] Release Candidate 6 is here
Hello everyone, 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 This is the same as rc5 plus one very minor change (r371969) that still seemed good to pick up. I'm not allocating extra time for testing this one, expecting to tag