> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Marc > Sent: Sunday, February 14, 2016 10:21 PM > To: dev at dpdk.org > Subject: [dpdk-dev] x86_64-native-linuxapp-clang compilation broken? > > It seems compilation for clang Linux target is broken: > >... > > marc at dpdk:~/dpdk$ clang --version > Debian clang version 3.5.0-10 (tags/RELEASE_350/final) (based on LLVM > 3.5.0) > Target: x86_64-pc-linux-gnu > Thread model: posix > > Any ideas?
Hi, I built clang 3.5.0 and built DPDK successfully with it on FC23: $ /tmp/llvm-3.5.0.src/Release+Asserts/bin/clang --version clang version 3.5.0 (tags/RELEASE_350/final) Target: x86_64-unknown-linux-gnu Thread model: posix What OS version are you using? John