View previous topic :: View next topic |
Author |
Message |
geisj at pagestation.com Guest
|
Posted: Tue Jun 24, 2008 12:39 pm Post 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 |
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Tue Jun 24, 2008 12:44 pm Post subject: [asterisk-users] does asterisk 1.4.20 run on a 486 sx |
|
|
On Tuesday 24 June 2008 12:39:36 Jerry Geis wrote:
Quote: | 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 |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Wed Jun 25, 2008 1:51 am Post subject: [asterisk-users] does asterisk 1.4.20 run on a 486 sx |
|
|
On Tue, Jun 24, 2008 at 01:39:36PM -0400, Jerry Geis wrote:
Quote: | 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 |
|
Back to top |
|
|
skoroneos at digital-o... Guest
|
Posted: Wed Jun 25, 2008 5:15 pm Post subject: [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
Quote: | -----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
|
|
|
Back to top |
|
|
tilghman at mail.jeffa... Guest
|
Posted: Wed Jun 25, 2008 5:45 pm Post subject: [asterisk-users] does asterisk 1.4.20 run on a 486 sx |
|
|
On Wednesday 25 June 2008 17:15:26 Stelios Koroneos wrote:
Quote: | 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.
|
Or because it's using the RDTSC instruction, which if he upgraded to the
revision I posted earlier in the thread, would be avoided.
--
Tilghman |
|
Back to top |
|
|
|