crosspascal
crosspascal copied to clipboard
Compile fails
What steps will reproduce the problem?
1. Build system
2. Try to compile test.p
3. Try to define compiler with -CS
What is the expected output? What do you see instead?
Expect to see results of compilation.
Instead seeing:
CrossPascal 1.00 - Copyright (C) 2005-2013, BeRo & red
Compiling TEST
An unhandled exception occurred at $00478E12 :
Exception : Could not execute command line: -c SYSTEM.c
$00478E12
$004187A2
$004189C6
$004562F2
$004265B1
$004201EA
$004184A3
$004189C6
$00418AAA
$004018E1
$004019BC
What version of the product are you using? On what operating system?
CrossPascal 1.00 - Copyright (C) 2005-2013, BeRo & red
Windows 7.
Please provide any additional information below.
Compiler.pas seems to be targeting TCC and ignoring all others. I'm using gcc.
Original issue reported on code.google.com by [email protected] on 5 Jul 2014 at 9:47
Sorry, I mean using CPC, the compile fails. The compile works when using FPC to
build CPC in the first instance.
Original comment by [email protected] on 5 Jul 2014 at 2:59