amiga-news DEUTSCHE VERSION
.
Links| Forums| Comments| Report news
.
Chat| Polls| Newsticker| Archive
.

amiga-news.de Forum > Programmierung > Installation und Compilierung Lattice C 5.02 [ - Search - New posts - Register - Login - ]

-1- [ - Post reply - ]

2022-02-19, 12:59 h

Data2006
Posts: 49
User
Hallo zusammen.

Ich wollte nur mal was ausprobieren. Und zwar habe ich gem. Buch C auf dem Amiga Lattice C auf dh0: installiert. Das hat soweit auch geklappt.

In die s:Startup-Sequence habe ich auch noch die folgenden 4 Zeilen am Anfang hinzugefügt:
code:
assign LC: sys:lc/c
assign INCLUDE: sys:lc/include
assign LIB: sys:lc/lib
assign QUAD: ram:


Mein hallo.c sieht aus:
code:
#include <stdio.h>
void main()
{
     printf("Hallo Welt n");
}


Rufe ich
code:
lc -L hallo.c

auf, kommt Fehlermeldung:
code:
Unable to load lc: object not of required type


Kann mir da jemand helfen?

LG Heiko


PS: Bin doch noch mal im FS-UAE (Ubuntu) unterwegs. Wollte ja eigentlich nur noch AF9 machen.

[ Dieser Beitrag wurde von Data2006 am 19.02.2022 um 13:01 Uhr geändert. ]

[ Dieser Beitrag wurde von Data2006 am 19.02.2022 um 13:02 Uhr geändert. ]

[ - Answer - Quote - Direct link - ]

2022-02-19, 13:09 h

Data2006
Posts: 49
User
Rufe ich den Compiler so auf:
code:
sys:lc/c/lc -L hallo.c

, erhalte ich
code:
Lattice AmigaDOS C Compiler, Version 5.02
Copyright (C) 1988 Lattice, Inc. All rights reserved.

Compiling hallo.c
Unknown command LC1

Total files:1, Compiled OK: 0, Failed to compile: 1


Stimmen da die Pfade nicht richtig? Oder fehlt was an Path?

LG
Heiko

[ - Answer - Quote - Direct link - ]

2022-02-19, 13:20 h

Data2006
Posts: 49
User
Hi.

Problem gelöst.

In die s:Startup-Sequence noch
code:
path lc: add

hinzugefügt.

Jetzt geht es.

LG
Heiko

[ - Answer - Quote - Direct link - ]


-1- [ - Post reply - ]


amiga-news.de Forum > Programmierung > Installation und Compilierung Lattice C 5.02 [ - Search - New posts - Register - Login - ]


.
Masthead | Privacy policy | Netiquette | Advertising | Contact
Copyright © 1998-2024 by amiga-news.de - all rights reserved.
.