On Mon, 2010-02-08 at 21:24 -0500, Pavel Pavlov wrote:
> I just took latest svn cegcc and wanted to test if the loading error
> was fixed (the infamous problem that is only fixed by using upx).

Partially. It may work for you, give it a try.

> But I can’t even compile my code, I’m getting ICE.


> PS. What about that error, that binaries built with cegcc do not load
> on most modern devices? Is it fixed now?

Isn't that the same problem as you asked about at the beginning ?

> Preprocessed imgconvert.c  is attached in a zip

I had to edit one line to remove a syntax error, from
void (*butterflies_float)(float *restrict v1, float *restrict v2, int
len);
to
void (*butterflies_float)(float *v1, float *v2, int len);

After that, I got a similar error as you did.

Does anyone have a quick way of testing whether this happens also with a
native gcc 4.4.0 ?

        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to