Discussion:
AHCC V4
(too old to reply)
Henk Robbers
2010-05-27 20:55:55 UTC
Permalink
LS

There is a new version available on my homepage (see sig).

Changes:

may 27 2010
v4
Editor:
Better placement of windows with tiling.

Compiler:
Finished 68020 compatible Coldfire target. (C only)
Long mod (%) done by hardware for 68020+ and Coldfire.
Fixed a bug in AHCCST concerning assigning a variable
to a bit field.
Forbid duplication of enum identifiers.

Linker:
'nm' list: addresses always in hex.

Library:
Fixed binding for vsl_ends; Some VDI's acces intout.
Changed binding for v_gtext; Intin array static.
Replies and setting of errno same as Pure C lib.
--
Groeten; Regards.
Henk Robbers. http://members.chello.nl/h.robbers
Interactive disassembler: TT-Digger; http://digger.atari.org
A Home Cooked C compiler: AHCC; http://ahcc.atari.org
Henk Robbers
2010-06-02 00:32:17 UTC
Permalink
LS

AHCCST.ZIP has been supplied with the wrong standard library.

I'll replace it ASAP.

In the mean time, users of AHCCST can replace ahccstd.lib
by ahccstdi.lib from AHCC.ZIP

Apologies for any inconvenience.
--
Groeten; Regards.
Henk Robbers. http://members.chello.nl/h.robbers
Interactive disassembler: TT-Digger; http://digger.atari.org
A Home Cooked C compiler: AHCC; http://ahcc.atari.org
P Slegg
2010-06-06 21:30:56 UTC
Permalink
Post by Henk Robbers
LS
AHCCST.ZIP has been supplied with the wrong standard library.
I'll replace it ASAP.
In the mean time, users of AHCCST can replace ahccstd.lib
by ahccstdi.lib from AHCC.ZIP
Apologies for any inconvenience.
I haven't tried AHCC much before yesterday. I thougt I would have
a go at compiling Newsie.

I am missing a few headers/libs but I spotted the V4 update and
installed it. Now it cannot find a lot of headers.

It is probably me doing something stupid.

Peter

Loading I:\usr\src\Newsie\ADDLF.adb

**** Compiling U:\usr\src\Newsie\newsie.c
AHCC: version V4 (c) 1988 by Sozobon,
1990-2010 by H.Robbers Amsterdam
target 68020
Error in U:\usr\src\Newsie\newsie.c L1 Can't open runtime header : 'ahcc_rt.h'
Error in U:\usr\src\Newsie\newsie.c L14 Can't open include file 'stdio.h'

Error in U:\usr\src\Newsie\newsie.c L15 Can't open include file 'stdlib.h'

Error in U:\usr\src\Newsie\newsie.c L16 Can't open include file 'string.h'

Error in U:\usr\src\Newsie\newsie.c L19 Can't open include file 'aes.h'

Error in U:\usr\src\Newsie\newsie.c L20 Can't open include file 'vdi.h'

Error in U:\usr\src\Newsie\newsie.c L23 Can't open include file 'osbind.h'

Error in U:\usr\src\Newsie\newsie.c L24 Can't open include file 'time.h'

Error in U:\usr\src\Newsie\newsie.c L25 Can't open include file 'process.h'

Error in U:\usr\src\Newsie\newsie.c L26 Can't open include file 'unistd.h'

Error in U:\usr\src\Newsie\newsie.c L29 Can't open include file 'dos.h'

more than 10 errors
clocked 0.25
processed 61824 bytes.

Loading...