On Thu, Nov 02, 2017 at 11:31:29AM +0800, oulijun wrote: > > the tool and then doing: > > > > mkdr build-sparse > > cd build-sparse > > CC=cgcc cmake -GNinja .. > > ninja > > > > # See only the warnings from hns: > > rm ./providers/hns/CMakeFiles/hns-rdmav16.dir/*.o > > ninja > > > Also, I have tried to run sparse, the step as follows: > 1. sudo apt-get install sparse > 2. mkdir build-sparse > 3. cd build-sparse > 4. CC = armgcc cmake -GNinja .. > > Then, the running is fail > we need to use cgcc? Yes, you must use cgcc, sparse will not produce a useful resulting compile except for the warning messages. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html