GPC compiler error
Posted: Wed Jan 05, 2005 12:00 am
Hi all,
Yes, I have decided to do a basic OS in Pascal. I have been using Bloodshed's Pascal IDE to make my exe's do far, but now making an OS I need to compile stuff to .bin's.
Bloodshed's Pascal IDE came with the command-line GPC compiler, but when I come to use it, it always gives me this error:
I get this when I type:
gpc program.pas -o program.bin
**********************************************
Also, when making an OS with Pascal do I write it any differently from making just an ordinary exe.
Yes, I have decided to do a basic OS in Pascal. I have been using Bloodshed's Pascal IDE to make my exe's do far, but now making an OS I need to compile stuff to .bin's.
Bloodshed's Pascal IDE came with the command-line GPC compiler, but when I come to use it, it always gives me this error:
Code: Select all
gpc: installation problem, cannot exec `gpcpp': Invalid argument
gpc program.pas -o program.bin
**********************************************
Also, when making an OS with Pascal do I write it any differently from making just an ordinary exe.