[PATCH v2] waf_generator: Copy headers if necessary.

2017-07-26 Thread Christian Mauderer
From: Christian Mauderer There are some cases, where a header is installed into a directory with a different name then it's source directory. In that case, the build might fail because the header is not found. One example would be the . The source for this file is in freebsd/crypto/openssl/crypto

Re: libbsd include path issue

2017-07-26 Thread Christian Mauderer
Hello Chris, I think I really have to start reading through this waf book. Thanks again for the hint. You can find a second version of the patch which uses the subst rule as a reply to this mail. But before the patch gets merged, we maybe should wait till Sichen has the port of openssl ready. I'l

Re: How interrupts are handled in RTEMS

2017-07-26 Thread Sebastian Huber
On 26/07/17 15:01, Denis Obrezkov wrote: Hello all, I have read RTEMS manuals but still can't fully understand how interrupts are handled. The manuals will be of no help here. For example, when an interrupt occurs pc is set to an IRQ handler address. So, the program's execution continued

How interrupts are handled in RTEMS

2017-07-26 Thread Denis Obrezkov
Hello all, I have read RTEMS manuals but still can't fully understand how interrupts are handled. For example, when an interrupt occurs pc is set to an IRQ handler address. So, the program's execution continued from that place. And my question is: how do set_vector and rtems_interrupt_catch rela