search for: orthogonaldevices

Displaying 4 results from an estimated 4 matches for "orthogonaldevices".

2019 Jun 27
2
LLVM on bare-metal
Would you say that embedding the LLVM linker is a practical way to get the required dynamic linking capabilities on the bare-metal side? Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com On 27/06/2019 19:06, Peter Smith wrote: > On Thu, 27 Jun 2019 at 10:36, Brian Clarkson via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hi Tim. >> >> Thank you for taking to time to comment on the background! >> >> I will definitely study lldb and...
2019 Jun 27
2
LLVM on bare-metal
...owever, I am working without any virtual memory subsystem, so no mmap.  However, I was under the impression that LLVM (ORC specifically) should be able to relocate code at any memory location so the lack of mmap shouldn't be a problem? Kind regards Brian Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com On 27/06/2019 18:41, Peter Smith wrote: > On Thu, 27 Jun 2019 at 09:50, Brian Clarkson via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hello! >> >> Q1 >> Are there any resources or examples on embedding LLVM into an ARM-based >> bare-metal applic...
2019 Jun 27
4
LLVM on bare-metal
...sound synthesis idea (in simple C/C++ at first, Faust later maybe) and then save the algorithm as bytecode to be copied over to the AM335x-based device. Thank you in advance for any help or pointers to resources that you can provide! Kind regards Brian -- Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
2019 Jun 27
2
LLVM on bare-metal
...degen libraries would not be much extra work.  Then I can allow users to use Faust (or any other frontend) to generate bytecode in addition to my "live coding" desktop application.  So many variables to consider... :-) Kind regards Brian Clarkson Orthogonal Devices Tokyo, Japan www.orthogonaldevices.com On 27/06/2019 18:17, Tim Northover wrote: > Hi Brian, > > I'm afraid I can't answer your actual questions, but do have a couple > of comments on the background... > > On Thu, 27 Jun 2019 at 09:50, Brian Clarkson via llvm-dev > <llvm-dev at lists.llvm.org> wro...