Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 21:11 wb9mjn
  2003-03-02 21:32 ` Hamish Moffatt
  2003-03-02 22:06 ` pa3gcu
  0 siblings, 2 replies; 21+ messages in thread
From: wb9mjn @ 2003-03-02 21:11 UTC (permalink / raw)
  To: 'wb9mjn@wb9mjn-11.ampr.org', Linux Hams mailing list


    Hi All,

          I think I may have found a workaround. With allot of looking, I 
found that as86 is a part of a package that does the same thing as dev86 
 (real mode assembly). So, I started looking around in the directories that 
dev86 deposits its files. No, 'as86' (or 'as') was not part of dev86 
itself. But, the system had installed a program called 'as' in /usr/bin/ 
directory. I did a 'as --help' command and the result made it clear that 
this was indeed an assembler program. So, made a copy of 'as' renamed to 
'as86' and did

make clean
make bzImage

       It seems to be taking allot longer than previously. Hopefully this 
will work. Any comments?

      73, Don...

-----Original Message-----
From:	wb9mjn [SMTP:wb9mjn@wb9mjn-11.ampr.org]
Sent:	Sunday, March 02, 2003 8:42 AM
To:	Linux Hams mailing list
Subject:	RE: Linux Newbie with Compiling Problems...


   Hi Kelly and Jean,

      Thanks for the response. This is where my latest attempt to compile 
in AX.25 is stalling. I will look up that package and install it.

      73, Don...


On Sat, 2003-03-01 at 18:58, wb9mjn wrote:
>     Hi All,
>
>       Does anybody know what package the command 'as86' is part of ?
>
>     73, Don...
>

It is in package bin86 under Debian if that helps.

Debian description:

This is the as86 and ld86 distribution written by Bruce Evans. It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+ processors (under Linux it's used only to create the 16-bit boot
sector and setup binaries).

--
Kelly Black <kelly.black@penguinpackets.com>


^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 22:05 wb9mjn
  0 siblings, 0 replies; 21+ messages in thread
From: wb9mjn @ 2003-03-02 22:05 UTC (permalink / raw)
  To: Linux Hams mailing list


   Hi Ray,

      I used Kpackage and went through all the disks manually. Trying 
Rpmdrake, now, I see I wasted some time, but the as86 is still not there.

   Hi Hamish,

     According to the notes on the dev86 package, it includes the real mode 
assembler. But which file it is I am not sure. The 'asm' entry is not an 
executable. And 'as86' is not in there either !?


      73, Don...




-----Original Message-----
From:	Ray Heasman [SMTP:ray@isdmg.com]
Sent:	Sunday, March 02, 2003 3:34 PM
To:	wb9mjn@wb9mjn-11.ampr.org
Cc:	Linux Hams mailing list
Subject:	RE: Linux Newbie with Compiling Problems...

Hi Don,

On Sun, 2003-03-02 at 09:20, wb9mjn wrote:
>
>
> Hi Kelly, Jean and Bernard,
>
>     I am stuck again. Cannot find the bin86 package in the collection of
> Mandrake 7.2 disks here. Did find dev86, which I installed, but it had no 

> effect on the compilation. It still wants as86.
>
>     Does anybody know which package in Mandrake 7.2 one can find the as86 

> assembler program?
>

It's been a while since I used Mandrake, but there are two commands you
may find very useful: "rpm" and "rpmdrake". You can use "man rpm" to
find out more about rpm.

RPMDrake specifically allows you to search your Mandrake disks for the
RPM containing a specific file.

Rpm itself has some useful tools, like, to find out what rpm provided a
particular file, do "rpm -qa --whatprovides /path/to/file".

Hope this helps,
Ray


-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 17:20 wb9mjn
  2003-03-02 21:33 ` Ray Heasman
  0 siblings, 1 reply; 21+ messages in thread
From: wb9mjn @ 2003-03-02 17:20 UTC (permalink / raw)
  To: Linux Hams mailing list



Hi Kelly, Jean and Bernard,

    I am stuck again. Cannot find the bin86 package in the collection of 
Mandrake 7.2 disks here. Did find dev86, which I installed, but it had no 
effect on the compilation. It still wants as86.

    Does anybody know which package in Mandrake 7.2 one can find the as86 
assembler program?

    73, Don...

On Sat, 2003-03-01 at 18:58, wb9mjn wrote:
>     Hi All,
>
>       Does anybody know what package the command 'as86' is part of ?
>
>     73, Don...
>

It is in package bin86 under Debian if that helps.

Debian description:

This is the as86 and ld86 distribution written by Bruce Evans. It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+ processors (under Linux it's used only to create the 16-bit boot
sector and setup binaries).

--
Kelly Black <kelly.black@penguinpackets.com>


-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02 14:42 wb9mjn
  2003-03-03 18:37 ` Bernard Pidoux F6BVP
  0 siblings, 1 reply; 21+ messages in thread
From: wb9mjn @ 2003-03-02 14:42 UTC (permalink / raw)
  To: Linux Hams mailing list


   Hi Kelly and Jean,

      Thanks for the response. This is where my latest attempt to compile in AX.25 is stalling. I will look up that package and install it.

      73, Don...

 
On Sat, 2003-03-01 at 18:58, wb9mjn wrote:
>     Hi All,
> 
>       Does anybody know what package the command 'as86' is part of ?
> 
>     73, Don...
> 

It is in package bin86 under Debian if that helps.

Debian description:

This is the as86 and ld86 distribution written by Bruce Evans. It's a
complete 8086 assembler and loader which can make 32-bit code for the
386+ processors (under Linux it's used only to create the 16-bit boot
sector and setup binaries).

-- 
Kelly Black <kelly.black@penguinpackets.com>



^ permalink raw reply	[flat|nested] 21+ messages in thread
* RE: Linux Newbie with Compiling Problems...
@ 2003-03-02  0:58 wb9mjn
  2003-03-02  5:23 ` Kelly Black
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: wb9mjn @ 2003-03-02  0:58 UTC (permalink / raw)
  To: linux-hams@vger.kernel.org


    Hi All,

      Does anybody know what package the command 'as86' is part of ?

    73, Don...



^ permalink raw reply	[flat|nested] 21+ messages in thread
[parent not found: <01C2DD5E.5937F920.wb9mjn@wb9mjn-11.ampr.org>]
[parent not found: <01C2DCFB.BA1D9C80.wb9mjn@wb9mjn-11.ampr.org>]
[parent not found: <01C2DC36.D1A6A7E0.wb9mjn@wb9mjn-11.ampr.org>]
[parent not found: <01C2DB6A.A5024180.wb9mjn@wb9mjn-11.ampr.org>]
* Re: Linux Newbie with Compiling Problems...
@ 2003-02-23 23:36 Pontus Falk
  0 siblings, 0 replies; 21+ messages in thread
From: Pontus Falk @ 2003-02-23 23:36 UTC (permalink / raw)
  To: linux-hams

Hi Don,

> I am new to linux, and am having dificulty compiling AX.25 support
> into the kernel.

Please let us know more...

Is it during the 'make bzImage' command you get an error message? What
does the message say?

Regards,

Pontus/SMØRUX



-
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 21+ messages in thread
* Linux Newbie with Compiling Problems...
@ 2003-02-23 21:51 wb9mjn
  2003-02-23 22:50 ` Shane Deering
  2003-02-24 18:10 ` Bernard Pidoux F6BVP
  0 siblings, 2 replies; 21+ messages in thread
From: wb9mjn @ 2003-02-23 21:51 UTC (permalink / raw)
  To: 'linux-hams@vger.kernel.com'



    Hi All,

         I am new to linux, and am having dificulty compiling AX.25 support 
into the kernel.

         I am using Mandrake 7.2, kernel 2.2.17mdk . The compile errors out 
when it is trying to make the drivers for the hard disk.

         Has anybody had this experience with this release? I have heard of 
people having trouble with Mandrake of this vintage with real time linux 
extensions for use with the NIST EMC program.

          I did try a newer linux. Redhat 8.0. This would not install. 
There is some kinda incompatibility between the Redhat CD reading programs 
and the computer (100 MHz P1). So, I put the Mandrake 7.2 back on, and it 
loaded like it did the first time, no problems.


       73, Don, WB9MJN ...


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2003-03-03 18:37 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-02 21:11 Linux Newbie with Compiling Problems wb9mjn
2003-03-02 21:32 ` Hamish Moffatt
2003-03-02 22:06 ` pa3gcu
  -- strict thread matches above, loose matches on Subject: below --
2003-03-02 22:05 wb9mjn
2003-03-02 17:20 wb9mjn
2003-03-02 21:33 ` Ray Heasman
2003-03-02 14:42 wb9mjn
2003-03-03 18:37 ` Bernard Pidoux F6BVP
2003-03-02  0:58 wb9mjn
2003-03-02  5:23 ` Kelly Black
2003-03-02  8:40 ` Jean-Luc
2003-03-03  7:46 ` Wilbert Knol
     [not found] <01C2DD5E.5937F920.wb9mjn@wb9mjn-11.ampr.org>
2003-02-26 12:55 ` Pontus Falk
     [not found] <01C2DCFB.BA1D9C80.wb9mjn@wb9mjn-11.ampr.org>
2003-02-26  6:56 ` Pontus Falk
2003-02-26  7:41   ` pa3gcu
     [not found] <01C2DC36.D1A6A7E0.wb9mjn@wb9mjn-11.ampr.org>
2003-02-25 19:09 ` Pontus Falk
     [not found] <01C2DB6A.A5024180.wb9mjn@wb9mjn-11.ampr.org>
2003-02-24  6:00 ` Pontus Falk
2003-02-23 23:36 Pontus Falk
2003-02-23 21:51 wb9mjn
2003-02-23 22:50 ` Shane Deering
2003-02-24 18:10 ` Bernard Pidoux F6BVP

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox