Re: Where does the content of release report come from?

2018-05-24 Thread Danxue Huang
Dr. Joel, I agree it would be helpful to write an outline! I would do it to show the intended goal. Best, Dannie On Thu, May 24, 2018 at 5:52 AM, Joel Sherrill wrote: > > > On Wed, May 23, 2018, 10:46 PM Chris Johns wrote: > >> On 24/5/18 3:31 pm, Danxue Huang wrote: &g

Where does the content of release report come from?

2018-05-23 Thread Danxue Huang
Hi Dr. Joel and Chris, How is this pdf file generated (see attacked link please)? Is it generated by Trac automatically? Or should I generate it manually? https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.2/rtems-4.11.2-release-notes.pdf Best, Dannie

Where the script downloads the release notes page from Trac?

2018-05-20 Thread Danxue Huang
files really come from? Best, Dannie On Thu, May 17, 2018 at 6:33 PM, Chris Johns wrote: > On 17/5/18 5:28 pm, Danxue Huang wrote: > > > > I am currently working on RTEMS release notes generator, can you give me > some > > pointers to the existing source code of genera

Re: Where can I find the existing source code of generating release notes?

2018-05-17 Thread Danxue Huang
Thank you for the information Chris! I have downloaded Trac following your instructions. Currently I am trying to figure out how it works. -Dannie On Thu, May 17, 2018 at 6:33 PM, Chris Johns wrote: > On 17/5/18 5:28 pm, Danxue Huang wrote: > > > > I am currently working on RTEM

Where can I find the existing source code of generating release notes?

2018-05-16 Thread Danxue Huang
Chris, I am currently working on RTEMS release notes generator, can you give me some pointers to the existing source code of generating release notes? I am trying to generate the report from Trac like 4.11.3 release notes (​ https://ftp.rtems.org/pub/rtems/releases/4.11/4.11.3/rtems-4.11.3-releas

Re: How do I convert a C program to an .exe file?

2018-05-12 Thread Danxue Huang
builds is downloaded from the RTEMS FTP > server. This ensures the source is always available for a release. > > Source: > https://docs.rtems.org/branches/master/rsb/quick-start.html#building > > For future reference: this seems like a question more suitable for the > rtems-user

How do I convert a C program to an .exe file?

2018-05-11 Thread Danxue Huang
Hi there, How do I convert a C program to an .exe file? I already got a "Makefile", I tried to run "make" but it doesn't work, the output is as below. Thank you so much for checking for me! dannie@dannie-VirtualBox:~/development/rtems/kernel/rtems/testsuites/samples/hello$ make Makefile:14: /Make

Re: How to download the required tar file?

2018-05-11 Thread Danxue Huang
Yes! I am trying to run hello world at Ubuntu in a VM. On Fri, May 11, 2018 at 1:37 PM, Vijay Kumar Banerjee < vijaykumar9...@gmail.com> wrote: > > > On Fri, 11 May 2018, 23:59 Danxue Huang, wrote: > >> Hey Vijay, >> >> Thank you so much for answering

Re: How to download the required tar file?

2018-05-11 Thread Danxue Huang
> PS: Apologies to Chris, if it was disrespectful to respond to a question > that was addressed to him. I certainly didn't mean any disrespect. > On 11 May 2018 at 22:33, Danxue Huang wrote: > >> Chris, >> >> I have managed to build the tools, but I got another

Re: How to download the required tar file?

2018-05-11 Thread Danxue Huang
(gdb) r Starting program: warning: No executable file specified. warning: No program loaded. [Inferior 1 (process 42000) exited normally] (gdb) quit Now I think the gdb session is working, but the "test.exe" is not executable since it is coded by myself (there are bugs in it). Is ther

How to download the required tar file?

2018-05-10 Thread Danxue Huang
Hi there, I got stuck on 2.5 installing a tar file ( I have attached the website below). https://docs.rtems.org/branches/master/rsb/quick-start.html#building The tar file is supposed that I have downloaded in my machine, but there is not a required .bz2 file "rtems-4.11-sparc-rtems4.11-1.tar.bz2

Re: Errors returned while building a SPARC tool set

2018-05-10 Thread Danxue Huang
t python2.7-dev > > then try > ../source-builder/sb-set-builder --log=1-sparc.txt > --prefix=$HOME/development/rtems config/5/rtems-sparc64.bset > > Hope, It will solve your problem. > > Regards, > aditya > > On Thu, May 10, 2018 at 10:21 AM, Danxue Huang > wrote: >

Re: Errors returned while building a SPARC tool set

2018-05-10 Thread Danxue Huang
Hey Chris, You are correct that the disk space of Ubuntu is not large enough since it is in a VM, I resized the disk space and then problem was solved. Thank you so much! :D -Dannie On Thu, May 10, 2018 at 2:28 AM, Chris Johns wrote: > On 10/5/18 4:47 am, Danxue Huang wrote: > &

Errors returned while building a SPARC tool set

2018-05-09 Thread Danxue Huang
Hi folks, I just got a new laptop (Windows system) and I got stuck on building a SPARC tool set using Ubuntu in Virtual Box. To build a SPARC tool set, I use the command as below. ../source-builder/sb-set-builder --log=1-sparc.txt --prefix=$HOME/development/rtems config/5/rtems-sparc64.bset Is