Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: ir on March 13, 2013, 04:02:16 PM
-
i am using piCore on qemu.
tczs compile-essentials and gdb downloaded with -wo (on demand),
to speed up the boot process.
I put the commands:
/usr/bin/tce-run compile-essentials
/usr/bin/tce-run gdb
in a shell script, which when executed generates a
Segmentation fault
BUT loads the files correctly!
any insight will be appreciated.
/ir
-
Following on my own post, it is the command
tce-run compile-essentials
that generates Segment fault.
/ir
-
I don't (yet) have my Pi, but chances are you want tce-load instead of tce-run
/usr/bin/tce-load -i compile-essentials
/usr/bin/tce-load -i gdb