[Skyeye-developer] The branch for coming skyeye-1.2.5 release is created....

Aitor Viana aitorvs at googlemail.com
Fri May 2 20:59:37 CST 2008


OK, I saw in the repository that there is a sparc branch already. If you
agree, when ready to release a version of the LEON2 simulation I will create
the patch over the sparc_arch

https://skyeye.svn.sourceforge.net/svnroot/skyeye/skyeye-v1/branches/sparc_branch/


Only one question. I am also pretty intested in integrating the code
coverage in the LEON2 simulation, but it is not present in the sparc_branch.
How would I proceed to do it?

Aitor


On Fri, May 2, 2008 at 2:29 PM, Michael. Kang <blackfin.kang at gmail.com>
wrote:

> On Fri, May 2, 2008 at 6:59 PM, Aitor Viana <aitorvs at googlemail.com>
> wrote:
> > Hi all,
> >
> > Right now I have implemented:
> >
> > almost all the Integer Unit ISA, some instructions are still missing.
> > memory implemented
> > the hooks for the GDB support are implemented and working already It is
> > still under development. I'm working over the 1.2.4 version with my own
> > repository. To be frank I don't mind to work in my own repository or in a
> > new branch set-up in the skyeye project repository. Maybe at that time is
> > better to continue with my own repository (I have all the changelog), and
> > when I have a testable version merging it with the skyeye branch.
> yes, you can work on your own repository at present. Maybe that is
> more convenience for you. If you already have a minimal runnable
> version(even a simple helloworld) , do not hesitate to send your patch
> to mail list and I will merge it into the trunk of skyeye repository
> with your help.
> >
> > As I said, I am working with the 1.2.4 version but I'm more than open to
> > integrate it in the 1.2.5 version.
> > My Idea was, when finishing the LEON2 simulator, take the last skyeye
> > version available and build a patch to be sent to the maillist. But if
> you
> > think there is another better way, find with me. I don't know how do you
> > normally work integrating more architectures.
> Currently , it is not hard to integrate more architecture simulation
> to SkyEye. We can finish it together when you have a testable version.
> Since skyeye-1.2.5 branch is for new version release , we need to make
> sure that it is stable enough . So probably we will not add more
> features into this branch except that those features are very
> important for users and also stable enough. Generally we  merge all
> the stable patch before release branch is setup.
> If you do not plan to release your version, you can merge it into the
> trunk(I will give my help as I can), not skyeye-1.2.5 branch. The
> source tree in trunk is always latest and 1.2.5 branch just for open
> to users .
> >
> > Cheers,
> >
> > Aitor
> >
> >
> >
> >
> > On Fri, May 2, 2008 at 12:09 PM, Michael. Kang <blackfin.kang at gmail.com>
> > wrote:
> > >
> > > On Fri, May 2, 2008 at 5:23 PM, Aitor Viana <aitorvs at googlemail.com>
> > wrote:
> > > > Hi all,
> > > >
> > > > sorry, I don't know whether this message has been already sent, but I
> > had
> > > > some problems with the distribution list and I think it was not.
> > > >
> > > > I am doing a LEON2 simulator for skyeye. I began with the 1.2.4
> skyeye
> > > > version and now I want to include what I have so far in the 1.2.5
> > version.
> > > > I've got some problems compiling the 1.2.5 version (even without
> include
> > my
> > > > code)
> > > That is a very encouraged news. How about your progress of LEON2
> > > simulator currently?  If it has reached the first milestone and you
> > > also have some testcases for what you had finished. Then you can send
> > > your LEON2 simulator patch and its testcases to maillist. After test
> > > your patch based on your testcase , we can help to merge your patch to
> > > skyeye-1.2.5 version.
> > > If you just like to share your code , we can setup another branch for
> > > LEON2 simulator and you can commit it to your own branch.
> > >
> > > >  I am using MAC OsX (Intel, leopard) and in version 1.2.4 I compiled
> > with
> > > > NO_BFD=1 and NO_DBCT=1. How can I raise those flags in the 1.2.5
> > autotools
> > > > based version?
> > > Be honestly, I have not tested skyeye-1.2.5 branch on MAX Os X. I will
> > > manage to get such environment and test it as soon as I can.
> > >
> > > >
> > > > PS. I will feeback the LEON2 simulator to skyeye when I have
> something
> > more
> > > > or less finish. Still ongoing.
> > > Do you will to commit it to skyeye-1.2.5 branch or another new branch?
> > >
> > >
> > >
> > > >
> > > > Thanks for the project,
> > > >
> > > > Aitor
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, May 2, 2008 at 9:22 AM, Michael. Kang <
> blackfin.kang at gmail.com>
> > > > wrote:
> > > > >
> > > > > On Fri, May 2, 2008 at 2:48 AM, Joel Sherrill
> > <joel.sherrill at oarcorp.com>
> > > > wrote:
> > > > > > Michael.Kang wrote:
> > > > > >
> > > > > > > I created the branch for coming 1.2.5 release at :
> > > > > > >
> > > > > >
> > > >
> >
> https://skyeye.svn.sourceforge.net/svnroot/skyeye/skyeye-v1/branches/skyeye-1.2.5/
> > > > > > >
> > > > > > > Everyone can check out it and test it by skyeye-2.3 testsuite.
> To
> > know
> > > > > > > new features that were added into skyeye-1.2.5, you can read
> > ChangeLog
> > > > > > > of this branch.
> > > > > > >
> > > > > > > Known issues: code coverage have some bug. Linux on mips
> > simulation is
> > > > > > > not stable.
> > > > > > >
> > > > > > >
> > > > > >  I hope you got my limited feedback  on the code coverage.
> > > > > >  I want to work with you to make it work well. :-D
> > > > > Yes I need your help badly. I fixed one of bug you mentioned in
> your
> > > > > last email. I will give more fix after I read the manual of TSIM
> more
> > > > > carefully. So probably you need to help me to test the code
> coverage
> > > > > feature.
> > > > > >
> > > > > >  Which mips configuration?
> > > > > I will give a au1100 testsuite for linux. But I ever tried RTEMS
> BSP
> > > > > on au1100 simulation once, not succeed. Need to further dig into
> the
> > > > > cause .
> > > > >
> > > > > >
> > > > > >  How is the coldfire in 1.2.5?
> > > > > Not improved too much , just fixed a bug related to pointer length
> > > > > issue on 64bit host platform. Still only run hello.exe test case of
> > > > > csb360 BSP in RTEMS.
> > > > >
> > > > >
> > > > >
> > > > > >
> > > > > > >
> > > > > > > Since we add autoconf/automake into skyeye source tree, , you
> need
> > to
> > > > > > > run "./configure;make;make install" to build new source tree
> and
> > > > > > > install skyeye. The executable file "skyeye" will be installed
> to
> > > > > > > /usr/loca/bin
> > > > > > >
> > > > > > > Thanks
> > > > > > > MK
> > > > > > >
> > > > > > > --
> > > > > > > www.skyeye.org
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > CLinux.org Websites:
> > > > > > > http://seohelper.cn/
> > > > > > > http://www.implight.net/
> > > > > > > http://gro.clinux.org/
> > > > > > > Skyeye-developer mailing list
> > > > > > > Skyeye-developer at lists.gro.clinux.org
> > > > > > >
> > http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > >  --
> > > > > >  Joel Sherrill, Ph.D.             Director of Research &
> Development
> > > > > >  joel.sherrill at OARcorp.com        On-Line Applications Research
> > > > > >  Ask me about RTEMS: a free RTOS  Huntsville AL 35805
> > > > > >   Support Available             (256) 722-9985
> > > > > >
> > > > > >
> > > > > >
> > > > > >  _______________________________________________
> > > > > >  CLinux.org Websites:
> > > > > >  http://seohelper.cn/
> > > > > >  http://www.implight.net/
> > > > > >  http://gro.clinux.org/
> > > > > >  Skyeye-developer mailing list
> > > > > >  Skyeye-developer at lists.gro.clinux.org
> > > > > >
> > http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> > > > > >
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > >
> > > > >
> > > > > www.skyeye.org
> > > > >
> > > > > _______________________________________________
> > > > > CLinux.org Websites:
> > > > > http://seohelper.cn/
> > > > > http://www.implight.net/
> > > > > http://gro.clinux.org/
> > > > > Skyeye-developer mailing list
> > > > > Skyeye-developer at lists.gro.clinux.org
> > > > >
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> > > > >
> > > >
> > > >
> > > > _______________________________________________
> > > >  CLinux.org Websites:
> > > >  http://seohelper.cn/
> > > >  http://www.implight.net/
> > > >  http://gro.clinux.org/
> > > >  Skyeye-developer mailing list
> > > >  Skyeye-developer at lists.gro.clinux.org
> > > >
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > www.skyeye.org
> > >
> > > _______________________________________________
> > > CLinux.org Websites:
> > > http://seohelper.cn/
> > > http://www.implight.net/
> > > http://gro.clinux.org/
> > > Skyeye-developer mailing list
> > > Skyeye-developer at lists.gro.clinux.org
> > > http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> > >
> >
> >
> > _______________________________________________
> >  CLinux.org Websites:
> >  http://seohelper.cn/
> >  http://www.implight.net/
> >  http://gro.clinux.org/
> >  Skyeye-developer mailing list
> >  Skyeye-developer at lists.gro.clinux.org
> >  http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
> >
> >
>
>
>
> --
> www.skyeye.org
>
> _______________________________________________
> CLinux.org Websites:
> http://seohelper.cn/
> http://www.implight.net/
> http://gro.clinux.org/
> Skyeye-developer <http://gro.clinux.org/Skyeye-developer> mailing list
> Skyeye-developer at lists.gro.clinux.org
> http://lists.gro.clinux.org/cgi-bin/mailman/listinfo/skyeye-developer
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gro.clinux.org/pipermail/skyeye-developer/attachments/20080502/11c13e30/attachment-0001.htm


More information about the Skyeye-developer mailing list