[Qemu-devel] [Bug 1776478] Re: Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation

2018-06-21 Thread guysoft
@pmaydell Is there anything I can do to help speed this up? I can run tests or make reproduction easier if that helps. But I need direction what actually helps you. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpa

[Qemu-devel] [Bug 1776478] Re: Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation

2018-07-03 Thread guysoft
Hey, So how do I enable -g option? The command that activates qemu is: sudo chroot . How do I set -g? Also minor update - the new rasbian image (aka updated g++ libs) makes lv2_ttl_generator hang on: Writing drowaudio-flanger.ttl... done! Generate ttl data for './drowaudio-tremolo.so', basename

[Qemu-devel] [Bug 1776478] Re: Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation

2018-07-03 Thread guysoft
Ok, got it to run with (had to septate arguments with --): sudo chroot . usr/bin/qemu-arm-static -g -- DISTRHO- Ports/libs/lv2_ttl_generator DISTRHO-Ports/bin/lv2/TAL-Filter-2.lv2/TAL- Filter-2.so When running I can see two processes: root 31993 0.0 0.0 86556 4696 pts/9S+ 15:06 0

[Qemu-devel] [Bug 1776478] Re: Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation

2018-07-25 Thread guysoft
Hey, So all I got was this now: gdb-multiarch target remote :1234 Excess command line arguments ignored. (:1234) GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is

[Qemu-devel] [Bug 1776478] Re: Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation

2018-07-25 Thread guysoft
target: No such file or directory. /tmp/mount/remote: No such file or directory. (gdb) file DISTRHO-Ports/libs/lv2_ttl_generator Reading symbols from DISTRHO-Ports/libs/lv2_ttl_generator...(no debugging symbols found)...done. (gdb) file DISTRHO-Ports/bin/lv2/TAL-Filter-2.lv2/TAL-Filter-2.so Readin

[Qemu-devel] [Bug 1776478] [NEW] Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation

2018-06-12 Thread guysoft
Guy ** Affects: qemu Importance: Undecided Status: New ** Summary changed: - Getting qemu: uncaught target signal 6 when running Work in Progress in Malpelo No milestone Notifications You’re receiving notifications because you commented. 2 participants @jofemodo @guysoft Lock c

[Qemu-devel] [Bug 1776478] Re: Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation

2018-06-12 Thread guysoft
/guysoft/CustomPiOS/devel/src/common.sh source ./common mkdir ./mount mount_image ./2018-04-18-raspbian-stretch-lite.img 2 ./mount cd mount sudo bash -c "$(declare -f fixLd); fixLd" sudo cp $(which qemu-arm-static) ./usr/bin/ sudo chroot . apt-get update apt-get install -y git premake libfre

[Qemu-devel] [Bug 1776478] Re: Getting qemu: uncaught target signal 6 when running lv2 plugin cross-compilation

2018-06-12 Thread guysoft
my bad, the line should be : source ./common.sh not "source ./common" -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1776478 Title: Getting qemu: uncaught target signal 6 when running lv2 plugin c