search for: nuttx

Displaying 6 results from an estimated 6 matches for "nuttx".

2011 Aug 28
2
[LLVMdev] cortex-m{3,4} special registers
I was attempting to compile some code with a recent (r138716) version of llvm/clang, targeting a cortex-m4 processor. And I get an error like this: CC: sched_garbage.c In file included from sched_garbage.c:43: In file included from ./os_internal.h:48: In file included from /p/nuttx/trunk/nuttx/include/sched.h:47: In file included from /p/nuttx/trunk/nuttx/include/nuttx/sched.h:54: In file included from /p/nuttx/trunk/nuttx/include/nuttx/irq.h:67: In file included from /p/nuttx/trunk/nuttx/include/arch/irq.h:60: /p/nuttx/trunk/nuttx/include/arch/armv7-m/irq.h:186:6: error: inv...
2011 Aug 29
0
[LLVMdev] cortex-m{3,4} special registers
...compile some code with a recent (r138716) > version of llvm/clang, targeting a cortex-m4 processor. > > And I get an error like this: > > CC: sched_garbage.c > In file included from sched_garbage.c:43: > In file included from ./os_internal.h:48: > In file included from /p/nuttx/trunk/nuttx/include/sched.h:47: > In file included from /p/nuttx/trunk/nuttx/include/nuttx/sched.h:54: > In file included from /p/nuttx/trunk/nuttx/include/nuttx/irq.h:67: > In file included from /p/nuttx/trunk/nuttx/include/arch/irq.h:60: > /p/nuttx/trunk/nuttx/include/arch/armv7-m/irq...
2011 Aug 30
2
[LLVMdev] cortex-m{3,4} special registers
...16) > > version of llvm/clang, targeting a cortex-m4 processor. > > > > And I get an error like this: > > > > CC: sched_garbage.c > > In file included from sched_garbage.c:43: > > In file included from ./os_internal.h:48: > > In file included from /p/nuttx/trunk/nuttx/include/sched.h:47: > > In file included from /p/nuttx/trunk/nuttx/include/nuttx/sched.h:54: > > In file included from /p/nuttx/trunk/nuttx/include/nuttx/irq.h:67: > > In file included from /p/nuttx/trunk/nuttx/include/arch/irq.h:60: > > /p/nuttx/trunk/nuttx/incl...
2011 Aug 31
0
[LLVMdev] cortex-m{3,4} special registers
..., targeting a cortex-m4 processor. > > > > > > And I get an error like this: > > > > > > CC: sched_garbage.c > > > In file included from sched_garbage.c:43: > > > In file included from ./os_internal.h:48: > > > In file included from /p/nuttx/trunk/nuttx/include/sched.h:47: > > > In file included from /p/nuttx/trunk/nuttx/include/nuttx/sched.h:54: > > > In file included from /p/nuttx/trunk/nuttx/include/nuttx/irq.h:67: > > > In file included from /p/nuttx/trunk/nuttx/include/arch/irq.h:60: > > > /p/nu...
2017 Aug 05
3
Cross compiling C++ program
On Fri, Aug 04, 2017 at 04:40:44PM -0600, Jonathan Roelofs wrote: > Might be a helpful exercise for you to try building vanilla clang with > runtimes for the host, before worrying about how to build everything for > your baremetal case: > http://llvm.org/docs/GettingStarted.html#getting-started-quickly-a-summary So I did. :o) It was fun realizing how much Release type reduces LD
2017 Aug 04
3
Cross compiling C++ program
You may also take a look at the ELLCC project (www.ellcc.org <http://www.ellcc.org/>). As far as I understand it they produce and package cross toolchains for a number of popular targets. - Matthias > On Aug 4, 2017, at 12:54 PM, Jonathan Roelofs via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On 8/4/17 1:14 PM, Goran Mekić via llvm-dev wrote: >> On