Nima Mohseni

Results 9 comments of Nima Mohseni

Has there been any progress on this? I am stuck using Gazebo 11 since that works fine. Considering all future versions will be based on Ignition-Gazebo, I don't want to...

Answering @martin-frbg > This file is included from common.h when _MSC_VER is not defined (that is, when the compiler is not recognized as MSVC, some kind of Unix-like environment like...

It does have something to do with the previous build. The mex file is used to construct a simulink model that the PPC compiler uses in combination with the original...

> I see no openblas built in your log nor the error you encounter.... Line 73 and 77 in output.txt

@martin-frbg Setting `#if 0` ends up causing the same error as defining _MSC_VER > (F) C0005; "C:\Users\XXXX\Desktop\openblasproject\openblas\include\common.h", line 117 pos 21; could not open source file "windows.h" #include @brada4 This...

@martin-frbg Doing that in combination with setting `if !defined(_MSC_VER)` to `#if 0` I now receive the following [error-5-1.txt](https://github.com/xianyi/OpenBLAS/files/3135279/error-5-1.txt) @brada4 I can try but it might take time, it is not...

I have tried making some diagrams to show what is going on So this is what works normally (for the past 6+ years) ![works](https://user-images.githubusercontent.com/25140653/57091648-ab58c200-6cd7-11e9-9d3a-175b945d5aa1.png) This is what I am currently...

> I am not sure if I understand the mex workflow - where you currently have "Reference BLAS", is this the source code or a binary ? (I expect this...

Ok, so I am now trying to make a static library for the powerpc portion of the compilation. Would this be the correct command? ` make TARGET=PPC440 HOSTCC=gcc CC=powerpc-linux-gnu-gcc FC=powerpc-linux-gnu-gfortran...