This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/12234] H8GCC Bug
- From: "sengyaw at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Sep 2003 07:00:28 -0000
- Subject: [Bug target/12234] H8GCC Bug
- References: <20030910081409.12234.sengyaw@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12234
------- Additional Comments From sengyaw at yahoo dot com 2003-09-11 07:00 -------
Information get from h8gcc -v:
Reading specs from /usr/local/h8/lib/gcc-lib/h8300-hms/3.2.3/specs
Configured with: ../configure --target=h8300-hms --prefix=/usr/local/h8 --enable
-languages=c++ --with-newlib --with-headers=/usr/newlib/newlib-1.11.0/newlib/lib
c/include
Thread model: single
gcc version 3.2.3
I do not have any output when using -save-temps as option.
Below is my makefile content for your reference.
CoffTest: CoffTest.o makefile
h8ld -s -m h8300h -nostdlib -nodefaultlibs -TCoffTest.ld \
CoffTest.o -oCoffTest
CoffTest.o: CoffTest.s makefile
h8gcc -mh -c -Wa,-alh CoffTest.s > CoffTest.L
Pls do not hesitate to ask me for more information.
Thanks.