[A83] Re: Tasm for linux


[Prev][Next][Index][Thread]

[A83] Re: Tasm for linux




I just find the ti83plus.inc was in DOS format... and 'i think' end of line 
is defined as "^M" so it don't pass in tasm(linux) so i just change it to 
linux format and it work... Thx for all your help
-Xavier LaRue

On Wednesday 11 July 2001 11:00 am, you wrote:
> Maybe the -i (ignore case) option does work too.
> Else, check if you're using the ti83plus.inc that came with mirageos
> --(Peter-Martijn)
>
> > Quite likely your problem is that the equates in ti83plus.inc were
> > designed for a different compiler. I think that
> > #define equ =
> > before you include ti83plus.inc should fix the problem. You may also need
> > things like:
> > #define C0h 0C0h
> > for every such value that occurs in the include file that way.
> >
> > -----Original Message-----
> > From: assembly-83-bounce@lists.ticalc.org
> > [mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of Xavier LaRue
> > Sent: Wednesday, July 11, 2001 8:40 AM
> > To: assembly-83@lists.ticalc.org
> > Subject: [A83] Re: Tasm for linux
> >
> >
> >
> > Thank you... for aout that work... but why tasm give me 1900 error when i
> > assemble my prog... and all the error are in the include file
> > "ti83plus.inc" so all the error are same as that:
> > ti83plus.inc line 3214: Label not found: (tMatToLst)
> > ti83plus.inc line 3214: label value misalligned.           (tMatToLst)
> > ti83plus.inc line 3214: unrecognized directive.            (tMatToLst)
> > So can any one tell me how to correct that ??
> > Does that could be because ti83plus.inc are in dos format..
> > Anyway can you tell me the answer of this bug...
> >
> > BTW, for the other peple who tell me to use dosemu... sure... but with a
> > real
> > version(linux version) we can include tasm in makefile.. and dont have to
> > always change of window (dosemu and linux console ) :)
> >
> > -Xavier LaRue
> >
> > On Tuesday 10 July 2001 04:10 pm, you wrote:
> > > You probably have to install the aout-libs package,
> > > since tasm uses the old a.out format.
> > >
> > > Find the package at www.rpmfind.net and enter aout-libs
> > >
> > > --(Peter-Martijn)
> > >
> > > > link up the libc-2.2.2 and that did'nt work... so now tasm give me
> > > > this error: ./tasm: can't find library 'libc.so.4'
> > > > So any have a solution ???
> > > >
> > > > On Tuesday 10 July 2001 11:46 am, you wrote:
> > > > > Ehm, ehh...
> > > > > You probably haven't installed support for a.out binaries.
> > > > > If you compiled it as a module,
> > > > > use "[/sbin/]insmod binfmt_aout" as root
> > > > > part between [] is only needed if you didn't log in as root
> > > > > initially
> > > > >
> > > > > --(Peter-Martijn)
> > > > >
> > > > > > Hey I just get that error when i tried to run it:
> > > > > > bash: ./tasm: cannot execute binary file
> > > > > > Can you tell me how to solve it ???
> > > > > > Xavier LaRue
> > > > > >
> > > > > > On Saturday 23 June 2001 04:32 pm, you wrote:
> > > > > > > This maybe old nesw to you, but it's new to me:
> > > > > > > I found tasm for linux while surfing the web today.
> > > > > > >
> > > > > > > I have it on www.hysoft-automation.com/lib/tasm4lin.zip,
> > > > > > > together with the needed ld.so rpm in the zip
> > > > > > >
> > > > > > > --Peter Martijn



Follow-Ups: References: