Assembler error

Linux specific forum
morduun
New User
New User
Posts: 8
Joined: Sat May 24, 2003 6:16 am
Location: NJ, USA
Contact:

Assembler error

Post 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?
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Post 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?
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Post by Brujah »

"pbcompiler -c code.pb" does nothing...
Should create a purebasic.asm file?
User avatar
Brujah
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Nov 03, 2003 7:45 pm
Location: Germany
Contact:

Post 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!
olejr
Enthusiast
Enthusiast
Posts: 152
Joined: Sun Jul 11, 2004 7:48 pm
Location: Lillehammer, No(r)way
Contact:

Post by olejr »

This error was/is because of an old(er) version of fasm..
Upgrade that and it goes away..
Post Reply