Re: Can't enable a dummy clock driver

2017-07-22 Thread Joel Sherrill
On Jul 22, 2017 3:01 PM, "Denis Obrezkov" wrote: Hello, I am trying to enable a dummy clock driver. I did as Joel suggested like in v850sim BSP. But now I have a problem - the driver isn't initialized properly. I receive an exception "Illegal instruction" during rtems_io_initialize. The line with

Can't enable a dummy clock driver

2017-07-22 Thread Denis Obrezkov
Hello, I am trying to enable a dummy clock driver. I did as Joel suggested like in v850sim BSP. But now I have a problem - the driver isn't initialized properly. I receive an exception "Illegal instruction" during rtems_io_initialize. The line with the exception is /cpukit/sapi/src/ioinitialize.c:3

[PATCH] waf_generator: Copy headers if necessary.

2017-07-22 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-22 Thread Christian Mauderer
Hello Sichen, as discussed in our private chat I'm quite convinced that your problem is that the source file is in "freebsd/crypto/openssl/crypto" which doesn't end on a path called "openssl". As far as I can see, there is currently no support in our build system for such cases. I created a (stil

libbsd include path issue

2017-07-22 Thread Sichen Zhao
Hi all, I import wpa_supplicant files from FreeBSD to libbsd, and when i build, there are came out an error: ../../freebsd/contrib/wpa/src/crypto/crypto_openssl.c:12:10: fatal error: openssl/opensslv.h: No such file or directory #include ^~~~ compilation terminated.