Activity for Ayoub

  • Ayoub Ayoub posted a comment on ticket #2

    This is old, but may be can help someone out there. You can check this for a fix for your problem

  • Ayoub Ayoub posted a comment on ticket #13

    The following errors are caused by the fact that FUNCTION is no longer a macro but a variable, so you have to patch the library in a way that FUNCTION is used as a variable. For example, change the function ( nj_perror_(FUNCTION ...) nj_perror_(FUNCTION, ...) (taking two parameters insteaud of one parameter) mem_sunder.c:47: error: expected ')' before string constant mem_sunder.c:119: error: expected ')' before string constant mem_sunder.c:127: error: expected ')' before string constant mem_sunder.c:139:...

  • Ayoub Ayoub posted a comment on ticket #32

    Thank you for your answer, After many hours .... I managed to resolve my problem. As I used a custom toolchain to integrate DUMA within my project, this toolchain sets the "-O2" in C_FLAGS. And that was the cause of my problem. So I forced the -O0 flag to be used instead. Check https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html for Optimization options. Maybe it will help ! Hope this answer helps anyone with the same problem.

  • Ayoub Ayoub posted a comment on ticket #32

    Hi Florent, I have the same problem. Using an ARM architecture also and cross-compilation. I was thinking if you did find a solution for this problem ? Maybe you can share your solution with us. Thank you Have a good day.

1
MongoDB Logo MongoDB