Modified Picopup on USB gives segmentation error

For talk and support relating specifically to Puppy derivatives
Post Reply
Message
Author
folks
Posts: 24
Joined: Thu 13 Dec 2007, 07:18

Modified Picopup on USB gives segmentation error

#1 Post by folks »

I m download picopup of 8 mb.. which i booted in usb flash.. i take image.gz to be mount... and i do some changes.. in etc/local0...and put file in root...a.out.... after executing it tells segemantation problem.. how to do make changes in pico pup.. please help me ..to so..

a.out file.. should be run in startup.. how to do..

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#2 Post by MU »

It is explained in that thread:
http://murga-linux.com/puppy/viewtopic.php?p=94966

Important is the PAD=
Concerning your a.out: maybe it misses a library?
Run:
ldd a.out

That will list the files it depends on.
If one is not in Picopup, you must add it.
Mark

Post Reply