* [Buildroot] [PATCH] stress: needs mmu
@ 2013-09-25 5:44 Axel Lin
2013-09-25 9:21 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-09-25 5:44 UTC (permalink / raw)
To: buildroot
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
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
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] stress: needs mmu
2013-09-25 5:44 [Buildroot] [PATCH] stress: needs mmu Axel Lin
@ 2013-09-25 9:21 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-09-25 9:21 UTC (permalink / raw)
To: buildroot
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:
Axel> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-25 9:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 5:44 [Buildroot] [PATCH] stress: needs mmu Axel Lin
2013-09-25 9:21 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox