Re: Doubt on RTEMS

2017-05-28 Thread Sebastian Huber
Hello John, a useful subject may help to attract the right people to answer your question. On 25/05/17 12:21, Linta John wrote: Hi, I have a small doubt hope you will help me How RTEMS detect devices connected to it?I have gone through leon2 at697pci host driver.I want to know from where d

Re: rtems-tools build errors after coverage tools patches

2017-05-28 Thread Joel Sherrill
The namespace rld is the RTEMS loader. The type rld::strings is defined in rld.h. This is a case where either grep or a tool like cscope is very handy. :) $ grep strings *.h rld.h: typedef std::vector < std::string > strings; The question is whether the file includes rld.h or not. And whether