[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Lesson Learned: custom/make/erc32.cfg in 4.6.99.3
- Date: Mon, 22 May 2006 09:52:12 +0200
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: Lesson Learned: custom/make/erc32.cfg in 4.6.99.3
On Mon, 2006-05-22 at 00:01 -0700, jonathan.kalbfeld at gmail.com wrote:
> Using Solaris 10, GCC 4.0.1, I had problems building one of the files.
???
Compiling RTEMS for the erc32.cfg doesn't use your Solaris compiler.
It uses a Solaris->sparc-rtems compiler.
So either this sparc-rtems compiler trips over a Solaris specific bug,
or the bug you are referring to is host independent.
> I needed to change -O4 to read -O1 to make it compile.
Unless you don't tell us, which bug you were facing, this bug never will
be fixed.
Ralf