I believe that asm in that block is for intel and the NTA_PLATFORM_linux32 doesn't take into consideration that it may be 32-bit arm. Try building again w/ -DNTA_OPTIMIZATION_ENABLED=OFF
On Tue, Oct 7, 2014 at 12:42 AM, Chris Wrobel <[email protected]> wrote: > Hi, > > Looking for some assistance installing on Raspreberry Pi B+ running > slackware linux > > > > After speaking in chatroom I was pointed to make sure these are installed > on the system: > > NuPIC Core external libraries already installed on the system. > libyaml-0.1.4-arm-1 > yaml-cpp-0.5.1-arm-1_SBo > apr-1.4.6-arm-1 > apr-util-1.5.1-arm-1 > zlib-1.2.8-arm-1 > swig-2.0.10-arm-1 > > --Next I did pip stuff > > pip install -r external/common/requirements.txt > > ... > ... > Successfully installed pylint pytest PyMySQL > Cleaning up... > > -- > make[2]: *** > [CMakeFiles/nupic_core.dir/main/algorithms/CondProbTable.cpp.o] Error 1 > error: impossible cons > traint in > 'asm'/home/chris/nupic/extensions/core/build/release/include/nta/math/ArrayAlgo.hpp: > In function '(static initializers for > /home/chris/nupic/extensions/core/src/main/algorithms/SpatialPooler.cpp)': > /home/chris/nupic/extensions/core/build/release/include/nta/math/ArrayAlgo.hpp:91:27: > error: impossible constraint in 'asm' > ); > ^ > make[2]: *** > [CMakeFiles/nupic_core.dir/main/algorithms/SpatialPooler.cpp.o] Error 1 > make[1]: *** [CMakeFiles/nupic_core.dir/all] Error 2 > make: *** [all] Error 2 > CMake Error at CMakeLists.txt:297 (message): > Compiling 'nupic_core' library within /home/chris/nupic failed. > Call Stack (most recent call first): > CMakeLists.txt:773 (generate_submodule_library) > -- Configuring incomplete, errors occurred! > > > I hope someone can give me some pointers.
