-
I use MingW with gcc compiled for H8300. The function is memset. I try with other functions (like sprintf ..) but I have no result.
2004-05-03 06:59:30 UTC in MinGW - Minimalist GNU for Windows
-
I use gcc 4 H8300 and it work fine. I want use a <string.h> standard library but when I link I don,t know what/where library I muste use.
2004-04-30 15:27:56 UTC in MinGW - Minimalist GNU for Windows
-
I GOT IT.
Thanks everybody.
2004-04-29 10:28:21 UTC in MinGW - Minimalist GNU for Windows
-
Wonderfull, now I compile all binutils but when I try to "make install" on line:
makeinfo --split-size=5000000 -I ../../../bfd/doc ../../../bfd/doc/bfd.texinfo
occurs
in @synindex.c/bfd.texinfo:20: Unknown index 'fn' and/or 'cp' section mapping'.ss reference to nonexistent node 'mmo' a New Hash Table Type'.ference to nonexistent node `Deriving makeinfo: Removing output file...
2004-04-28 14:52:42 UTC in MinGW - Minimalist GNU for Windows
-
OK! I tried with this option. I copied arlex.* and syslex.* (*.c files missign in binutils-2.15.90). I had a new error (yuppie)
lex command not found.
2004-04-28 11:03:22 UTC in MinGW - Minimalist GNU for Windows
-
Well, I solved the problems. I found old msgs and with some luck I GOT IT.
1st COLLECT2 problem -------------------------
USE_COLLECT2 = collect2$(exeext)
to
USE_COLLECT2 =
in \gcc\Makefile.in.
2nd fixinc problem -------------------------
build=$1
machine=$2
to
build=$2
machine=$1
in \gcc\fixincl\mkfixinc.sh.
Now I try to compile binutils-2.15.90 but I haven't msgfmt,Where...
2004-04-28 08:12:18 UTC in MinGW - Minimalist GNU for Windows
-
Logged In: YES
user_id=1030209
I GOT IT!
2004-04-27 13:11:39 UTC in GNU Dev Tools for the Hitachi H8/300[HS]
-
I have download the "CURRENT" files from http://www.
mingw.org/download.shtml to patch and re-compile
h8300-gcc copiler. I follow the instruction as to http:
//h8300-hms.sourceforge.net/ but i have problem to
compile Fixincl files (see file)
2004-04-27 12:20:53 UTC in GNU Dev Tools for the Hitachi H8/300[HS]
-
Where can I ask help?
I try to compile gcc for h8300-hms, I have problem with fixincl.c compiling ..
2004-04-27 11:12:28 UTC in MinGW - Minimalist GNU for Windows