Shop OBEX P1 Docs P2 Docs Learn Events
Problem when compiling with Catalina command line — Parallax Forums

Problem when compiling with Catalina command line

VoltVolt Posts: 5
edited 2012-02-10 12:21 in Propeller 1
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?
Sign In or Register to comment.