Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: ir on March 13, 2013, 04:02:16 PM

Title: tce-run question
Post 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
Title: Re: tce-run question
Post by: ir on March 13, 2013, 11:31:30 PM
Following on my own post, it is the command

  tce-run compile-essentials

that generates Segment fault.
/ir
Title: Re: tce-run question
Post by: althalus on March 14, 2013, 12:01:01 AM
I don't (yet) have my Pi, but chances are you want tce-load instead of tce-run

Code: [Select]
/usr/bin/tce-load -i compile-essentials
/usr/bin/tce-load -i gdb