assembler error

Linux specific forum
michaeled314
Enthusiast
Enthusiast
Posts: 340
Joined: Tue Apr 24, 2007 11:14 pm

assembler error

Post by michaeled314 »

It happens when I compile any code what should I do to get rid of this :cry: :?:
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

download the actual PB4.2 package and install it into a new directory.
oh... and have a nice day.
michaeled314
Enthusiast
Enthusiast
Posts: 340
Joined: Tue Apr 24, 2007 11:14 pm

Post by michaeled314 »

what do you mean by the "actual one". Didn't I already download the right one. It was the only one.
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

first: sorry, I missed that it is the Linux forum...

under Windows an untidy install can cause such errors,
e.g. relics of older installations when updating into the same folder, etc.
thus I meant to make a new download and install into a new folder.

but I dunno if this maybe relevant for the Linux version....
oh... and have a nice day.
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Post by Foz »

What's the error?
What version of Linux are you using?
michaeled314
Enthusiast
Enthusiast
Posts: 340
Joined: Tue Apr 24, 2007 11:14 pm

Post by michaeled314 »

Okay I just can't get it to work
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

I never read the error message "Okay I just can't get it to work" ;-) .

Did you install it like the readme says?

export PATH...
export PUREBASIC_HOME...
etc.

is your purebasic/compilers/fasm chmod +x?
Are your purebasic files within a different directory, which belongs to another usergroup than your users' usergroups? Or does it belong to a different user?
bye,
Daniel
Little John
Addict
Addict
Posts: 4802
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Post by Little John »

michaeled314 wrote:what do you mean by the "actual one". Didn't I already download the right one. It was the only one.
LOL
I suspect he was meaning the "current one".
For German speakers, "actual" is a so called false friend:
There is a German word "aktuell" which does not translate to "actual", but to "current". :)

Regards, Little John
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Post by Kaeru Gaman »

lol.... yes

..this is one of the less easy "false friends"
oh... and have a nice day.
User avatar
bembulak
Enthusiast
Enthusiast
Posts: 576
Joined: Mon Mar 06, 2006 3:53 pm
Location: Austria

Post by bembulak »

Okay I just can't get it to work
It's really hard to help, when you don't tell us, what you've done and what your system really says.

http://www.catb.org/~esr/faqs/smart-questions.html

What System do you have? Which CPU?
Which Kerel? Which Desktop/Windowmanager? Which extension (Beryl/Compiz/XGL,...)?

Dark Dragon also asked for such infos.

If you do not help us, we can't help you.

edit: I do not suppose a bug, but wrong usage/unproper installation.
cheers,

bembulak
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Re: assembler error

Post by Korolev Michael »

[necroposter mode]

The same issue.
Can't compile any sources, IDE just throws "[07:34:34] [COMPILER] Assembler error!".
Tried PB 3.31 and 3.41
Fresh install
All depencies are good.
export PATH... Done.
export PUREBASIC_HOME... Done.
fasm chmod +x Yes
Purebasic is unpacked into home directory /home/michael/Purebasic_4.xx

uname -a:

Code: Select all

Linux michael-VirtualBox 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012 i686 i686 i686 GNU/Linux
cat /proc/version

Code: Select all

Linux version 3.5.0-17-generic (buildd@roseapple) (gcc version 4.7.2 (Ubuntu/Linaro 4.7.2-2ubuntu1) ) #28-Ubuntu SMP Tue Oct 9 19:32:08 UTC 2012
cat /etc/*-release:

Code: Select all

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=14
DISTRIB_CODENAME=nadia
DISTRIB_DESCRIPTION="Linux Mint 14 Nadia"
NAME="Ubuntu"
VERSION="12.10, Quantal Quetzal"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu quantal (12.10)"
VERSION_ID="12.10"
[/necroposter mode]
Former user of pirated PB.
Now registered user :].
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Re: assembler error

Post by Korolev Michael »

WTF, it just started to work 0_o
Former user of pirated PB.
Now registered user :].
Korolev Michael
Enthusiast
Enthusiast
Posts: 200
Joined: Wed Feb 01, 2012 5:30 pm
Location: Russian Federation

Re: assembler error

Post by Korolev Michael »

Seems that debugger causes problems sometimes...
Former user of pirated PB.
Now registered user :].
Post Reply