[fpc-pascal] Error: Assembler as not found, switching to external assembling
César Espinoza
cesarespinozasoto at gmail.com
Wed Dec 31 15:11:38 CET 2008
Hi all
I'm sorry in advanced about my poor english (I'm spanish talking)
I am returning to pascal, and in OSX 10.5.5, fpk 2.2.2 (installed from .dmg)
I tried this:
program first;
var a:integer;
begin
a:=1;
writeln (a);
end.
But when I tried compling the response was:
Free Pascal Compiler version 2.2.2 [2008/08/03] for i386
Copyright (c) 1993-2008 by Florian Klaempfl
Target OS: Darwin for i386
Compiling program1.pas
Assembling first
Error: Assembler as not found, switching to external assembling
Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
Error: /usr/local/bin/ppc386 returned an error exitcode (normal if you did
not specify a source file to be compiled)
I see it was generated a file with extension .s
I know I am a rookie in this, but can anyone help me?
--
-------
César Espinoza Soto
---------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20081231/fb346d9f/attachment.html>
More information about the fpc-pascal
mailing list