Problem when compiling with Catalina command line
Volt
Posts: 5
Hello!
I have problem when im triing to compile C program with catalina command line. I folowed steps of "A Tutorial on using the Catalina 3.4 C Compiler", and i get this:
===================
SETTING UP CATALINA
===================
CATALINA_DEFINE = [default]
CATALINA_INCLUDE = [default]
CATALINA_LIBRARY = [default]
CATALINA_TARGET = [default]
CATALINA_LCCOPT = [default]
CATALINA_TEMPDIR = [default]
LCCDIR = "C:\Program Files (x86)\Catalina"
C:\Program Files (x86)\Catalina>cd demos
C:\Program Files (x86)\Catalina\demos>catalina hello_world.c
Catalina Compiler 3.4
lcc: cmd.exe: No such file or directory
Then i tried this:
C:\Program Files (x86)\Catalina\demos>set LCCDIR="C: Program Files (x86)\Catalina\demos"
C:\Program Files (x86)\Catalina\demos>catalina hello_world.c
Catalina Compiler 3.4
lcc: -U_GNUC__: No such file or directory
I had similar error when i tried to do this in catalina code::blocks. Any ideas?
I have problem when im triing to compile C program with catalina command line. I folowed steps of "A Tutorial on using the Catalina 3.4 C Compiler", and i get this:
===================
SETTING UP CATALINA
===================
CATALINA_DEFINE = [default]
CATALINA_INCLUDE = [default]
CATALINA_LIBRARY = [default]
CATALINA_TARGET = [default]
CATALINA_LCCOPT = [default]
CATALINA_TEMPDIR = [default]
LCCDIR = "C:\Program Files (x86)\Catalina"
C:\Program Files (x86)\Catalina>cd demos
C:\Program Files (x86)\Catalina\demos>catalina hello_world.c
Catalina Compiler 3.4
lcc: cmd.exe: No such file or directory
Then i tried this:
C:\Program Files (x86)\Catalina\demos>set LCCDIR="C: Program Files (x86)\Catalina\demos"
C:\Program Files (x86)\Catalina\demos>catalina hello_world.c
Catalina Compiler 3.4
lcc: -U_GNUC__: No such file or directory
I had similar error when i tried to do this in catalina code::blocks. Any ideas?