Page 1 of 1

GNU-Pascal help! take "go32-v2" off

Posted: Tue Mar 30, 2004 12:00 am
by RodrigoFagner
does anybody know how to take "pmode interface go32-v2" off from exec´s of gnu-pascal or free-pascal compiler, it generate a big file as 540kb or 350kb a very simple program only shows " hello, world! ", and I cannot use like mov eax, cr0 cuz executable program when it begin to run return a error kind of 216 ? ? ?

please now I got this broblem!!!

RodrigoFagner :)

RE:GNU-Pascal help! take

Posted: Wed Mar 31, 2004 12:00 am
by uri
when using gnu pascal, you can supply the "-c" parameter. this will instruct gnu pascal to output object files. link those together with ld to whatever format you like.

RE:GNU-Pascal help! take

Posted: Wed Mar 31, 2004 12:00 am
by uri
with free pascal, the command line switch is "-Cn"