From patchwork Wed Sep 25 05:44:06 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 277674 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 5A4E92C0087 for ; Wed, 25 Sep 2013 15:44:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 198298B1CA; Wed, 25 Sep 2013 05:44:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kX2AoI8+eUZg; Wed, 25 Sep 2013 05:44:12 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 520BF8B17D; Wed, 25 Sep 2013 05:44:12 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A14F01C2794 for ; Wed, 25 Sep 2013 05:44:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9AF9F899B6 for ; Wed, 25 Sep 2013 05:44:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id F7eja3XJHs9t for ; Wed, 25 Sep 2013 05:44:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0145489873 for ; Wed, 25 Sep 2013 05:44:10 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id v10so5571704pde.24 for ; Tue, 24 Sep 2013 22:44:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=YR5CKMDCnqZ6HO+Zfh7A2ATgRyC4uhttyi1opx5b3hk=; b=cw7WdzCHUxAyeHMwoeJhzm0AvFp/vu1EvmmdV4BpocIhv9YuYrI2gy9Ic+DtuGYTLE Gw8iHi/YuUt5LmEkkZWOy01l4cZtHPcqZ/D9+OKXLZ/8LNpW5gsM+KeNKwt2P+9byGRw wl/Ls/l+y2t4QnEDRY3wi1CnsFcBSTIrx4kLJXtngVbt1QP/BZzoKtcxSBKU4KIqgmGH +lkMQ3u94WVqi47MrRrD5RmAdLd895F6Y4yPiCLVKqPdcJ45nl1qqZoeaQYjQOfP450P bzaCa4oMQnUxyBN7izMAyggwA3xMT3OPefYvsZ5uFwW/8LOrZBcj1zu3VJ4CJP66VaVV 4kiQ== X-Gm-Message-State: ALoCoQkCdTQfVPdLRg9SgSezhM7eBXv3wU+cqAGDffKzEWl9xCGN0T8s8jOoPGhOXqxAgkJyISZf X-Received: by 10.66.14.3 with SMTP id l3mr9512841pac.162.1380087850677; Tue, 24 Sep 2013 22:44:10 -0700 (PDT) Received: from [192.168.1.108] (111-240-62-131.dynamic.hinet.net. [111.240.62.131]) by mx.google.com with ESMTPSA id yg3sm50418049pab.16.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 24 Sep 2013 22:44:10 -0700 (PDT) Message-ID: <1380087846.2156.1.camel@phoenix> From: Axel Lin To: Peter Korsgaard Date: Wed, 25 Sep 2013 13:44:06 +0800 X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: buildroot@busybox.net Subject: [Buildroot] [PATCH] stress: needs mmu X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Axel Lin --- Fix below build error: stress.o: In function `main': stress.c:(.text+0x20b0): undefined reference to `fork' stress.c:(.text+0x21d0): undefined reference to `fork' stress.c:(.text+0x22f0): undefined reference to `fork' stress.c:(.text+0x2434): undefined reference to `fork' collect2: ld returned 1 exit status make[2]: *** [stress] Error 1 package/stress/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/stress/Config.in b/package/stress/Config.in index b092b03..37f8946 100644 --- a/package/stress/Config.in +++ b/package/stress/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_STRESS bool "stress" + depends on BR2_USE_MMU # fork() help A deliberately simple workload generator for POSIX systems. It imposes a configurable amount of CPU, memory, I/O, and