Re: GSoC Project | Basic Support for Trace Compass

2019-07-07 Thread Sebastian Huber
On 08/07/2019 08:53, Ravindra Kumar Meena wrote: > I used GCC 8.3.0. I see this error also with GCC 8: /usr/bin/gcc-8 -O2 misc/record/record-main.c -I misc/record -Wall misc/record/record-main.c: In function ‘main’: misc/record/record-main.c:135:30: warning: ‘input_file’ ma

Re: GSoC Project | Basic Support for Trace Compass

2019-07-07 Thread Ravindra Kumar Meena
> > > I used GCC 8.3.0. > > I see this error also with GCC 8: > > /usr/bin/gcc-8 -O2 misc/record/record-main.c -I misc/record -Wall > misc/record/record-main.c: In function ‘main’: > misc/record/record-main.c:135:30: warning: ‘input_file’ may be used > uninitialized in this function [-Wmaybe-uninit

Easy Approach to Requirements Syntax?

2019-07-07 Thread Sebastian Huber
Hello, I work currently on a requirements engineering section for RTEMS in the RTEMS Software Engineering manual: https://docs.rtems.org/branches/master/eng/index.html There should be some recommendations on how to formulate requirements. What do you thing about the: Easy Approach to Require

Re: GSoC Project | Basic Support for Trace Compass

2019-07-07 Thread Sebastian Huber
On 08/07/2019 08:22, Ravindra Kumar Meena wrote: I have upgraded my machine from Ubuntu 16.04 to Ubuntu 19. Still, I can't see that warning. I used GCC 8.3.0. I see this error also with GCC 8: /usr/bin/gcc-8 -O2 misc/record/record-main.c -I misc/record -Wall misc/record/record-main.c: In fun

Re: GSoC Project | Basic support for Trace Compass

2019-07-07 Thread Sebastian Huber
Hello Ravindra, On 08/07/2019 08:12, Ravindra Kumar Meena wrote: Plan of the week: All task assigned yet is complete. Only making metadata compatible with new multiple binary stream file is left. Have made some changes in metadata: https://github.com/rmeena840/rtems-tools/commit/2f9e7b49f55c

Re: GSoC Project | Basic Support for Trace Compass

2019-07-07 Thread Ravindra Kumar Meena
I have upgraded my machine from Ubuntu 16.04 to Ubuntu 19. Still, I can't see that warning. I used GCC 8.3.0. I have attached the configure and build process in txt file. Please find them both below. Thanks -- *Ravindra Kumar Meena*, B. Tech. Computer Science and Engineering, Indian Institute

GSoC Project | Basic support for Trace Compass

2019-07-07 Thread Ravindra Kumar Meena
Plan of the week: All task assigned yet is complete. Only making metadata compatible with new multiple binary stream file is left. Have made some changes in metadata: https://github.com/rmeena840/rtems-tools/commit/2f9e7b49f55ccc39613eb277fa410eb9764fab1d The output looks like this: 0 RTEMS_REC

Re: Filesystem stack behaviour after force SD card eject

2019-07-07 Thread Sebastian Huber
Hello Oliviu, On 05/07/2019 23:05, Gabor, Oliviu wrote: Hello all, I have the following questions about using the FAT Filesystem stack from RTEMS. When interfacing with an SD Card, I do these steps: - open a file on the successfully mounted device - execute some RW operations on the file - exec