Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755158AbbDJKm6 (ORCPT ); Fri, 10 Apr 2015 06:42:58 -0400 Received: from mail-vn0-f49.google.com ([209.85.216.49]:46958 "EHLO mail-vn0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754140AbbDJKm4 (ORCPT ); Fri, 10 Apr 2015 06:42:56 -0400 MIME-Version: 1.0 In-Reply-To: <551D4220.7070303@xs4all.nl> References: <1425825653-14768-1-git-send-email-prabhakar.csengg@gmail.com> <551D4220.7070303@xs4all.nl> Date: Fri, 10 Apr 2015 18:42:55 +0800 Message-ID: Subject: Re: [PATCH v4 00/17] media: blackfin: bfin_capture enhancements From: Scott Jiang To: Hans Verkuil Cc: Lad Prabhakar , LMML , adi-buildroot-devel@lists.sourceforge.net, LKML Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1465 Lines: 42 Hi Hans, >> >> Hans, I tried to use v4l2-compliance but it failed to compile. Sorry >> for telling you it have passed compilation because I forgot to use >> blackfin toolchain. >> ./configure --without-jpeg --host=bfin-linux-uclibc --disable-libv4l >> >> The main problem is there is no argp.h in uClibc, how to disable checking this? >> >> checking for argp.h... no >> configure: error: Cannot continue: argp.h not found >> >> Scott >> > > Hi Scott, > > Can you try this patch for v4l-utils? It makes argp optional, and it should > allow v4l2-compliance to compile with uclibc (unless there are more problems). > > I'm no autoconf guru, so I'm not certain if everything is correct, but it > seemed to do its job when I remove argp.h from my system. > Yes, I can pass configure now. But there is another error when make make[3]: Entering directory `/home/scott/projects/git-kernel/v4l-utils/lib/libdvbv5' CC libdvbv5_la-parse_string.lo parse_string.c:26:19: error: iconv.h: No such file or directory parse_string.c: In function 'dvb_iconv_to_charset': parse_string.c:316: error: 'iconv_t' undeclared (first use in this function) I tried to pass this library, while --without-libdvbv5 is not supported. Scott -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/