Python problem
I am facing python problem since long time. I updated my system to ubuntu 15.10 from 15.04 as I was facing python problem but eventually I ended up with the same problem I came across before. Python -V shows python 2.7.10 But when Check error log it says checking for python... /usr/local/bin/python checking for python2.7... no configure: error: python is missing or unusable Makefile:8643: recipe for target 'configure-gdb' failed When I try to do following $ sudo apt-get build-dep binutils gcc g++ gdb unzip git python2.7-dev In this I found out ubuntu is picking python2.7 instead of python2.7-dev. It seems to me if anyhow I can force OS to pick python2.7-dev then this problem can be solved But I don't know how to do this.Can somebody please help regarding this? Any help would be appreciated. ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
Re: Python problem
you might try ubuntu's community / support? On Mon, Feb 8, 2016 at 5:35 AM, punit vara wrote: > I am facing python problem since long time. I updated my system to > ubuntu 15.10 from 15.04 as I was facing python problem but eventually > I ended up with the same problem I came across before. > > Python -V shows python 2.7.10 > > But when Check error log it says > > checking for python... /usr/local/bin/python > checking for python2.7... no > configure: error: python is missing or unusable > Makefile:8643: recipe for target 'configure-gdb' failed > > When I try to do following > > $ sudo apt-get build-dep binutils gcc g++ gdb unzip git python2.7-dev > > In this I found out ubuntu is picking python2.7 instead of > python2.7-dev. It seems to me if anyhow I can force OS to pick > python2.7-dev then this problem can be solved But I don't know how to > do this.Can somebody please help regarding this? Any help would be > appreciated. > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
Re: Python problem
This looks like the message gdb prints when the python development libraries are not installed. Yes. It is a bad error message. Try this: https://docs.rtems.org/rsb/#_ubuntu --joel On Mon, Feb 8, 2016 at 10:35 AM, Gedare Bloom wrote: > you might try ubuntu's community / support? > > On Mon, Feb 8, 2016 at 5:35 AM, punit vara wrote: > > I am facing python problem since long time. I updated my system to > > ubuntu 15.10 from 15.04 as I was facing python problem but eventually > > I ended up with the same problem I came across before. > > > > Python -V shows python 2.7.10 > > > > But when Check error log it says > > > > checking for python... /usr/local/bin/python > > checking for python2.7... no > > configure: error: python is missing or unusable > > Makefile:8643: recipe for target 'configure-gdb' failed > > > > When I try to do following > > > > $ sudo apt-get build-dep binutils gcc g++ gdb unzip git python2.7-dev > > > > In this I found out ubuntu is picking python2.7 instead of > > python2.7-dev. It seems to me if anyhow I can force OS to pick > > python2.7-dev then this problem can be solved But I don't know how to > > do this.Can somebody please help regarding this? Any help would be > > appreciated. > > ___ > > devel mailing list > > devel@rtems.org > > http://lists.rtems.org/mailman/listinfo/devel > ___ > devel mailing list > devel@rtems.org > http://lists.rtems.org/mailman/listinfo/devel > ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
UEFI Booting with RTEMS
Hi Has anyone tried this? I have come across a PC which doesn't have the "legacy" BIOS32. This results in at least the PCI BIOS detection failing. I haven't poked to see if the PC has settings to enable a legacy mode or if it truly abandoned it. Just curious. --joel ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel