Re: [yocto] Building gdb-7.10 for arm with master

2016-03-05 Thread Burton, Ross
On 5 March 2016 at 21:19, Rudolf J Streif wrote: > compile fails with the following error message: > > | make[2]: *** No rule to make target '../readline/libreadline.a', needed > by 'gdb'. Stop. > | make[2]: *** Waiting for unfinished jobs > > The reason seems to be

[yocto] Building gdb-7.10 for arm with master

2016-03-05 Thread Rudolf J Streif
MACHINE = "beaglebone" DISTRO= "poky"

Re: [yocto] Howto change the default shell in yocto?

2016-03-05 Thread Burton, Ross
On 5 March 2016 at 11:48, Oliver Graute wrote: > first the default *system* shell (/bin/sh) is this possible? or does this > affect > to much of the yoco system itself, if I change /bin/sh to /bin/dash? > bash is only the default shell (ie symlink from /bin/sh) if you

[yocto] Question - getting started with HIO-EMB-1200 core-board

2016-03-05 Thread Mauritz Jameson
I have bought an HIO-EMB-1200 core-board with an HIO-IOB-1240 IO module. I would like to compile, build and deploy executables to the board from an IDE on my Windows 8.1 machine. What is the best IDE for debugging the code while it's running on the board? I intend to develop a SIP user agent and

Re: [yocto] Howto change the default shell in yocto?

2016-03-05 Thread Oliver Graute
On 04/03/16, Christopher Larson wrote: > The default *system* shell (/bin/sh) or the default shell for users, or for > root? Folks often conflate them, but they're not the same. first the default *system* shell (/bin/sh) is this possible? or does this affect to much of the yoco system itself, if