Re: [eigen] Eigen in ARM Cortex M3? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen in ARM Cortex M3?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 14 Nov 2011 07:57:30 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=46uORNQzVFFq9Hbx427CBo4H3mZyw62nNco12SunsLY=; b=booAGngPtf28pOIrpZl0+XM2n6q7hBvU6stEYnuMuAhvaUl3P3fn4ZBcb3IVs28662 KGOuxrGUqxB1PwDADa7uAWKD5aB0VpA+ztYMA5lqGyI8vYw9URozEx/FNY4sg9etXMYo IpBT/mHnxqEC5fA1qlcMA2R7V2pQnDi3K+1x8=
2011/11/14 Sathishkumar Duraisamy <flowerslab@xxxxxxxxx>:
> On Mon, Nov 14, 2011 at 5:54 PM, Gael Guennebaud
> <gael.guennebaud@xxxxxxxxx> wrote:
>>> without an OS, I'd say no mainly because we need a memory allocator.
>>
>> well, if you use fixed sized objects only then you can still provide a
>> dummy malloc() that always return 0 just to avoid linking issues.
>
> Then how about to use eigen with BeRTOS (http://www.bertos.org/).
Sure, and I can see that BeRTOS does provide a memory allocator,
http://doc.bertos.org/2.7/heap_8h.html
Benoit
>
> --
> With Thanks,
> Sathishkumar D
> http://flowersopenlab.weebly.com/
>
>
>