From: pocm@rnl.ist.utl.pt (Paulo J. Matos aka PDestroy)
To: linux-kernel@vger.kernel.org
Subject: Compiling manually
Date: 11 Nov 2001 16:57:41 +0000 [thread overview]
Message-ID: <m3k7wxkzy2.fsf@localhost.localdomain> (raw)
Hi all,
I'm trying to compile kernel 2.4.14.
The problem is that the famous gcc 3.0.x bug of giving error when
trying to compile 8139too.c is getting me crazy.
The work around is to remove -O2 optimization.
How can I compile the kernel with optimization except
optimization for that particular file?
I've tried to compile it as usual. Then I got an error in
8139too.c and I manually compile the file into an object file
without optimization and I though make would see the file
compiled and it'd not try again but I was wrong. As soon as I
tried to compile the kernel with make bzImage it started to pass
all files already compiled but when it entered drivers/net the
first thing it did was to compile the 8139too.c file with
optimization and I'm stuck.
How can I remove optimization from that file only or maybe
compile the file manually and then don't let make compile the
file again?
Best regards,
Paulo
--
Paulo J. Matos aka PDestroy : pocm(_at_)rnl.ist.utl.pt
Instituto Superior Tecnico - Lisbon
Software & Computer Engineering - A.I.
- > http://www.rnl.ist.utl.pt/~pocm
next reply other threads:[~2001-11-11 16:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-11 16:57 Paulo J. Matos aka PDestroy [this message]
2001-11-11 20:25 ` Compiling manually Ingo Oeser
2001-11-12 1:28 ` Keith Owens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3k7wxkzy2.fsf@localhost.localdomain \
--to=pocm@rnl.ist.utl.pt \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.