> > Did you have a smarter patch for this problem ?
>
> you can't really avoid it without the memcpy.
> architectures like arm do not
> handle unaligned memory accesses. the only thing u
> could do is copy by hand
> byte-by-byte into the tmp var to avoid the memcopy
> fn call overhead
Byte-by-b
On Mon, 3 Jul 2006 10:59:07 +0200 Cedric <[EMAIL PROTECTED]> babbled:
> On Monday 03 July 2006 05:39, Frank Dischner wrote:
> > OK, I've found the problem. It seems that casting
> > unaligned ints doesn't work on the GP2X. I modified
> > EXTRACT_INT accordingly and now it's working. It's a
> > bit
On Monday 03 July 2006 05:39, Frank Dischner wrote:
> OK, I've found the problem. It seems that casting
> unaligned ints doesn't work on the GP2X. I modified
> EXTRACT_INT accordingly and now it's working. It's a
> bit slow, but I assume that's due to the lack of a
> fpu.
Sorry to be late on this
OK, I've found the problem. It seems that casting
unaligned ints doesn't work on the GP2X. I modified
EXTRACT_INT accordingly and now it's working. It's a
bit slow, but I assume that's due to the lack of a
fpu.
Thanks to everyone who helped me get it working :)
Frank
--- Carsten Haitzler <[EMAIL
On Sat, 1 Jul 2006 19:05:21 -0700 (PDT) Frank Dischner <[EMAIL PROTECTED]>
babbled:
> Thanks for the tip Simon! The error code returned is
> EDJE_LOAD_ERROR_UNKNOWN_FORMAT. After a quick glance
> it seems that the problem is somewhere in eet_open.
> I'll investigate further and let you know what I
Thanks for the tip Simon! The error code returned is
EDJE_LOAD_ERROR_UNKNOWN_FORMAT. After a quick glance
it seems that the problem is somewhere in eet_open.
I'll investigate further and let you know what I find.
Frank
--- Simon TRENY <[EMAIL PROTECTED]> wrote:
> Hi Frank,
>
> On Fri, 30 Jun 20
Hi Frank,
On Fri, 30 Jun 2006 19:41:46 -0700 (PDT),
Frank Dischner <[EMAIL PROTECTED]> wrote :
> Hi,
>
> I'm trying to get the EFL working on a handheld running linux and am
> having some problems. I've got the libraries compiled and rendering
> to the framebuffer and I can display images, use t
My plan was to write a new menu for the GP2X
(www.gp2x.com), but I haven't gotten the efl to do
anything useful yet. If I do get something working,
then I'll definitely post my progress on the forums at
www.gp32x.com.
Also, it seems that my last email didn't reach the
list,so yes, I do have the ee
On Fri, Jun 30, 2006 at 07:41:46PM -0700, Frank Dischner wrote:
> Hi,
>
> I'm trying to get the EFL working on a handheld running linux and am having
> some problems. I've got the libraries compiled and rendering to the
> framebuffer and I can display images, use timers, get input etc. However,
Hi,I'm trying to get the EFL working on a handheld running linux and am having some problems. I've got the libraries compiled and rendering to the framebuffer and I can display images, use timers, get input etc. However, neither edje nor emotion objects are displayed. For example, I compiled eem an
10 matches
Mail list logo