Hi Daniel,

Daniel Alomar wrote:
I'm using the new toolchain gcc-4.1.1 with the last uClinux distribution. I compile it without problem.

One of my application fails when I try to compile (see the rror at the end of the msg) and another app. (a module) seems that didn't work fine at all.

I wonder if someone could send me the flags that uses to compile applications and modules. I'm not sure at all if mine flags are correct at all. The app. and module works ok with toolchain 2.95.3 but with the 4.1.1 the didn't work fine....

I look at the Makefiles from the user folder, but they flags are "hiding" by variables.

Someone have a guide for all the most commons flags to use?

Regards,

Daniel

P.D. The gcc-4.1.1 compile error:

mfc3loader.c: In function ?void PantallaDibuja()?:
mfc3loader.c:388: error: could not find a spill register
(insn 423 422 424 35 (set (subreg:SI (reg/v:QI 55 [ blkf ]) 0)
        (plus:SI (plus:SI (reg:SI 3 %d3 [238])
                (subreg:SI (reg/v:QI 4 %d4 [orig:57 len ] [57]) 0))
            (const_int -1 [0xffffffff]))) 366 {*m68k.md:6330} (nil)
    (expr_list:REG_DEAD (reg/v:QI 4 %d4 [orig:57 len ] [57])
        (nil)))
mfc3loader.c:388: internal compiler error: in failed_reload, at reload1.c:5103
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make: *** [mfc3loader.o] Error

This is obviously a compiler bug. You may be able to work around
it by using a different optimization level. Try it and see.

Regards
Greg



------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Dude       EMAIL:     [EMAIL PROTECTED]
Secure Computing Corporation                PHONE:       +61 7 3435 2888
825 Stanley St,                             FAX:         +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia         WEB: http://www.SnapGear.com
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to