Subject: [Boost-bugs] [Boost C++ Libraries] #10625: Compilation with nvcc produces error: unknown asm constraint modifier ', '
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-07 07:08:51
#10625: Compilation with nvcc produces error: unknown asm constraint modifier ','
---------------------------------------------+--------------------------
Reporter: Mikhail Farkov <mihail.fakov@â¦> | Owner: timblechmann
Type: Bugs | Status: new
Milestone: To Be Determined | Component: atomic
Version: Boost 1.55.0 | Severity: Problem
Keywords: nvcc |
---------------------------------------------+--------------------------
Compilation produces a lot of errors and warning:
Example:
.../atomic/detail/gcc-x86.hpp(1286): error: unknown asm constraint
modifier ','
'''Version of boost:''' 1.55
'''Code:'''
{{{
//std
#include <iostream>
#include <exception>
//boost
#include "boost/thread.hpp"
int main(int argc,char **argv)
{
return 0;
}
}}}
''Compiler parametes:''
nvcc test.cu -o test -O3 -arch=sm_30 -I. -I/usr/local/cuda/include
-I/usr/local/boost/include -L/usr/local/cuda/lib64 -L/usr/local/boost/lib/
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/10625> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:17 UTC