Page 1 of 1

Assembler error

Posted: Fri Feb 04, 2005 5:02 pm
by morduun
When I attempt to compile any PB sources on my linux box I get the following error:

Code: Select all

pbcompiler window.pb 

******************************************
PureBasic Linux x86 v3.92
******************************************

Loading external modules...
Starting compilation...
40 lines processed.
Creating the executable.
Error: Assembler
error: out of memory.
Any suggestions?

Posted: Tue Aug 09, 2005 6:02 am
by Brujah
I get exactely the same error.
I got Suse 9.2 installed here.
The older compiler (9.1) worked fine.

Wasn't there a command to see what the assembler is processing?

Posted: Tue Aug 09, 2005 6:10 am
by Brujah
"pbcompiler -c code.pb" does nothing...
Should create a purebasic.asm file?

Posted: Tue Aug 09, 2005 6:45 am
by Brujah
For me the new 3.92 BETA 1 is working fine!
Had to install new Versions of SDL too. (1.2.8)
But now its okay!
(Only the Font seems to be different. Seems bigger...
Looks like the Windows Version now I think...
And its running a lot faster!)

Good Job Fred!

Posted: Tue Aug 09, 2005 11:31 am
by olejr
This error was/is because of an old(er) version of fasm..
Upgrade that and it goes away..