Author Topic: tce-run question  (Read 1537 times)

Offline ir

  • Newbie
  • *
  • Posts: 16
tce-run question
« on: March 13, 2013, 01: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

Offline ir

  • Newbie
  • *
  • Posts: 16
Re: tce-run question
« Reply #1 on: March 13, 2013, 08:31:30 PM »
Following on my own post, it is the command

  tce-run compile-essentials

that generates Segment fault.
/ir

Offline althalus

  • Sr. Member
  • ****
  • Posts: 351
Re: tce-run question
« Reply #2 on: March 13, 2013, 09:01:01 PM »
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