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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
RodrigoFagner

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

Post 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 :)
uri

RE:GNU-Pascal help! take

Post 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.
uri

RE:GNU-Pascal help! take

Post by uri »

with free pascal, the command line switch is "-Cn"
Post Reply