I was building LTP to test a uClinux system, but encountered some
problems.  As far as I could tell UCLINUX=1 is not being passed to all
testcases when defined at the top level before running make.

   export UCLINUX=1
   make


I modified the following file and the build proceeded as expected:

--- include/mk/testcases.mk.orig     2010-04-01 01:23:08.000000000 -0500
+++ include/mk/testcases.mk     2010-07-01 17:38:10.240628708 -0500
@@ -53,3 +53,8 @@

  $(APICMDS_DIR) $(LIBLTP_DIR) $(abs_top_builddir)/$(TKI_DIR): %:
         mkdir -p "$@"
+
+ifeq ($(UCLINUX),1)
+CFLAGS                  += -D__UCLIBC__ -DUCLINUX
+endif


Has anyone else had to make similar changes in order to build LTP for
uClinux?


d.marlin



------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to