WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: flwm & flwm_topside: illegal instruction  (Read 2365 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
flwm & flwm_topside: illegal instruction
« on: January 07, 2012, 06:21:25 AM »
After the update of flwm_topside, th wm doesn't start anymore, I get illegal instruction.
My pc is amd k6-2 333 with 256 MB ram
dCore user

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: flwm & flwm_topside: illegal instruction
« Reply #1 on: January 07, 2012, 07:22:05 AM »
After the update of flwm_topside, th wm doesn't start anymore, I get illegal instruction.
My pc is amd k6-2 333 with 256 MB ram
Recompiled for i486 compatibility and reposted.
10+ Years Contributing to Linux Open Source Projects.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: flwm & flwm_topside: illegal instruction
« Reply #2 on: January 07, 2012, 09:31:47 AM »
ok, now it works.
Also with pidgin I get illegal instruction, how to compile also that program with i486 compatibility?
dCore user

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: flwm & flwm_topside: illegal instruction
« Reply #3 on: January 07, 2012, 09:40:05 AM »
Hi jls_legalize
Use the  -march=i486 -mtune=i686  compiler switches.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: flwm & flwm_topside: illegal instruction
« Reply #4 on: January 07, 2012, 01:36:31 PM »
-march=i486 -mtune=i686 where already set when I compiled pidgin
dCore user

Offline Jason W

  • Administrator
  • Hero Member
  • *****
  • Posts: 9730
Re: flwm & flwm_topside: illegal instruction
« Reply #5 on: January 07, 2012, 06:59:27 PM »
JLS, are you compiling on an AMD k6?  I have one, and though it is possible to compile things on a 686 to run on a k6, things compiled with a k6 sometimes don't work.  At least that has been my experience.

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: flwm & flwm_topside: illegal instruction
« Reply #6 on: January 08, 2012, 04:55:38 AM »
the pidgin I'm "talking" about is the one on the repo, and I've compiled it on a p3, I get illegal instruction also on the machine where the program was compiled. Maybe someone else could try the pidgin on the repo on a p3, enabling many acounts
dCore user

Offline vinnie

  • Hero Member
  • *****
  • Posts: 1187
  • HandMace informatic works
Re: flwm & flwm_topside: illegal instruction
« Reply #7 on: February 21, 2012, 09:00:07 AM »
Perhaps it might have something to do with the kernel 3?
I read a topic in which they are experiencing for the kernel updates:
http://forum.tinycorelinux.net/index.php/topic,12370.0.html

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10960
Re: flwm & flwm_topside: illegal instruction
« Reply #8 on: February 21, 2012, 11:20:34 AM »
The kernel is not related to a crash of this type in userspace.
The only barriers that can stop you are the ones you create yourself.