I have compiled asterisk 1.4.20 on a 486 (sx) machine. No floating point but math emulation is used in the kernel. When I run asterisk -vvvvvc all I get is Illegal instruction. I compiled as normally I do. Whats my next step. this is download source and compiled. Jerry
Tilghman Lesher
2008-Jun-24 17:44 UTC
[asterisk-users] does asterisk 1.4.20 run on a 486 sx
On Tuesday 24 June 2008 12:39:36 Jerry Geis wrote:> I have compiled asterisk 1.4.20 on a 486 (sx) machine. No floating point > but math emulation is used in the kernel. > When I run asterisk -vvvvvc all I get is Illegal instruction. > > I compiled as normally I do. Whats my next step. this is download source > and compiled.Upgrade to SVN revision 123869 or higher. -- Tilghman
Grygoriy Dobrovolskyy
2008-Jun-24 17:55 UTC
[asterisk-users] does asterisk 1.4.20 run on a 486 sx
Trash your PC is you next step :) 2008/6/24 Tilghman Lesher <tilghman at mail.jeffandtilghman.com>:> On Tuesday 24 June 2008 12:39:36 Jerry Geis wrote: > > I have compiled asterisk 1.4.20 on a 486 (sx) machine. No floating point > > but math emulation is used in the kernel. > > When I run asterisk -vvvvvc all I get is Illegal instruction. > > > > I compiled as normally I do. Whats my next step. this is download source > > and compiled. > > Upgrade to SVN revision 123869 or higher. > > -- > Tilghman > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080624/c7828f11/attachment.htm
On Tue, Jun 24, 2008 at 01:39:36PM -0400, Jerry Geis wrote:> I have compiled asterisk 1.4.20 on a 486 (sx) machine. No floating point > but math emulation is used in the kernel. > When I run asterisk -vvvvvc all I get is Illegal instruction. > > I compiled as normally I do. Whats my next step. this is download source > and compiled.OK. I'll ask. On what CPU do you actually run it? What operating system? If Linux: what distribution? What is the output of 'cat /proic/cpuinfo'? What is the output of 'core show translation' in the CLI? -- Tzafrir Cohen icq#16849755 jabber:tzafrir.cohen at xorcom.com +972-50-7952406 mailto:tzafrir.cohen at xorcom.com http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir
Stelios Koroneos
2008-Jun-25 22:15 UTC
[asterisk-users] does asterisk 1.4.20 run on a 486 sx
Depending on the gcc version you use you need to set it to produce i486 code. The illegal instructions are probably because the default makefile builds for a later arch. Also without an fpu and fp kernel emulation don't expect things like dtmf to work. Kernel fp emulation is very slow. Stelios S. Koroneos Digital OPSiS - Embedded Intelligence http://www.digital-opsis.com> -----Original Message----- > From: asterisk-users-bounces at lists.digium.com > [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of > Jerry Geis > Sent: Tuesday, June 24, 2008 8:40 PM > To: asterisk-users at lists.digium.com > Subject: [asterisk-users] does asterisk 1.4.20 run on a 486 sx > > I have compiled asterisk 1.4.20 on a 486 (sx) machine. No > floating point but math emulation is used in the kernel. > When I run asterisk -vvvvvc all I get is Illegal instruction. > > I compiled as normally I do. Whats my next step. this is > download source and compiled. > > Jerry > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register > Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >