You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First I am not sure cmake -Dwith-python=3 -DCMAKE_INSTALL_PREFIX:PATH=./ </path/to/NEST/src> </path/to/NEST/src> is the /SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA?
so I configure it with cmake -Dwith-python=3 -DCMAKE_INSTALL_PREFIX:PATH=./ ./
Then, when I try to make, the process report an error and terminate: /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc: In member function ‘virtual void SLIStartup::init(SLIInterpreter*)’: /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/libnestutil/config.h:49:29: error: ‘Permission’ was not declared in this scope #define NEST_EXITCODE_ABORT Permission denied ^ /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc:562:51: note: in expansion of macro ‘NEST_EXITCODE_ABORT’ exitcode_abort_name, Token( new IntegerDatum( NEST_EXITCODE_ABORT ) ) ); ^~~~~~~~~~~~~~~~~~~ /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc:566:10: error: expected primary-expression before ‘(’ token Token( new IntegerDatum( NEST_EXITCODE_SEGFAULT ) ) ); ^ In file included from /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.h:32:0, from /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc:23: /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/libnestutil/config.h:50:43: error: expected ‘)’ before ‘denied’ #define NEST_EXITCODE_SEGFAULT Permission denied ^ /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc:566:30: note: in expansion of macro ‘NEST_EXITCODE_SEGFAULT’ Token( new IntegerDatum( NEST_EXITCODE_SEGFAULT ) ) ); ^~~~~~~~~~~~~~~~~~~~~~ sli/CMakeFiles/sli_lib.dir/build.make:582: recipe for target 'sli/CMakeFiles/sli_lib.dir/slistartup.cc.o' failed make[2]: *** [sli/CMakeFiles/sli_lib.dir/slistartup.cc.o] Error 1 CMakeFiles/Makefile2:845: recipe for target 'sli/CMakeFiles/sli_lib.dir/all' failed make[1]: *** [sli/CMakeFiles/sli_lib.dir/all] Error 2 Makefile:162: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
First I am not sure
cmake -Dwith-python=3 -DCMAKE_INSTALL_PREFIX:PATH=./ </path/to/NEST/src>
</path/to/NEST/src>
is the/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA
?so I configure it with
cmake -Dwith-python=3 -DCMAKE_INSTALL_PREFIX:PATH=./ ./
Then, when I try to make, the process report an error and terminate:
/home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc: In member function ‘virtual void SLIStartup::init(SLIInterpreter*)’: /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/libnestutil/config.h:49:29: error: ‘Permission’ was not declared in this scope #define NEST_EXITCODE_ABORT Permission denied ^ /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc:562:51: note: in expansion of macro ‘NEST_EXITCODE_ABORT’ exitcode_abort_name, Token( new IntegerDatum( NEST_EXITCODE_ABORT ) ) ); ^~~~~~~~~~~~~~~~~~~ /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc:566:10: error: expected primary-expression before ‘(’ token Token( new IntegerDatum( NEST_EXITCODE_SEGFAULT ) ) ); ^ In file included from /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.h:32:0, from /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc:23: /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/libnestutil/config.h:50:43: error: expected ‘)’ before ‘denied’ #define NEST_EXITCODE_SEGFAULT Permission denied ^ /home/pb/github/SNN-simulator-on-PYNQcluster-master/NEST-14.0-FPGA/sli/slistartup.cc:566:30: note: in expansion of macro ‘NEST_EXITCODE_SEGFAULT’ Token( new IntegerDatum( NEST_EXITCODE_SEGFAULT ) ) ); ^~~~~~~~~~~~~~~~~~~~~~ sli/CMakeFiles/sli_lib.dir/build.make:582: recipe for target 'sli/CMakeFiles/sli_lib.dir/slistartup.cc.o' failed make[2]: *** [sli/CMakeFiles/sli_lib.dir/slistartup.cc.o] Error 1 CMakeFiles/Makefile2:845: recipe for target 'sli/CMakeFiles/sli_lib.dir/all' failed make[1]: *** [sli/CMakeFiles/sli_lib.dir/all] Error 2 Makefile:162: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: