From: chrubis@suse.cz
To: devaraja b v <sunildev_63@rediffmail.com>
Cc: ltp-list <ltp-list@lists.sourceforge.net>
Subject: Re: [LTP] open posix testsuite compilation
Date: Wed, 21 Aug 2013 17:12:08 +0200 [thread overview]
Message-ID: <20130821151208.GB5035@rei> (raw)
In-Reply-To: <1376375432.S.6723.RU.sfs3, sfs3, 36, 732.29940.f5mail-224-141.rediffmail.com.old.1377001056.29933@webmail.rediffmail.com>
Hi!
> PFB the steps I followed to compile open_posix_testsuite under LTP.I had placed ltp-full-20130109 directory under the following path in my work space in development host./nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109I have a main Makefile in /nb/devraj/realtime/nv/ct/ltp path which will trigger ltp-full-20130109's configuration, make all and make install and build will go successful all the time and I am able to run LTP on my device with these binaries created.since open_posix_testsuite is FILTER_OUT from default build through /nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/testcases/Makefile, so I have enabled the build by the following changes at this Makefile and given for the build.
> #ifneq ($(WITH_OPEN_POSIX_TESTSUITE),yes)#FILTER_OUT_DIRS += open_posix_testsuite#endif
> I got the following issues *** No rule to make target `/nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/scripts/generate-makefiles.sh', needed by `conformance/interfaces/timer_settime/Makefile'. Stop.so I copied the /nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/testcases/open_posix_testsuite/scripts/generate-makefiles.sh script to nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/scripts path and this issue got resolved.
> Again I got the following issues*** No rule to make target `/nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/CFLAGS', needed by `conformance/interfaces/timer_settime/Makefile'. Stop.So I copied the /nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/testcases/open_posix_testsuite/CFLAGS file to nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109/ path and this issue got resolved.
> Same issues repeated for LDFLAGS and LDLIBS and those are resolved by copying these files to /nb/devraj/realtime/nv/ct/ltp/ltp-full-20130109 path.
You should not touch the Makefiles nor copy any files to the tree.
You can either enable Open Posix Testsuite build by:
./configure --with-open-posix-testsuite
make
or compile it directly by
cd testcases/open_posix_testsuite/
make
--
Cyril Hrubis
chrubis@suse.cz
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next parent reply other threads:[~2013-08-21 15:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1376375432.S.6723.RU.sfs3, sfs3, 36, 732.29940.f5mail-224-141.rediffmail.com.old.1377001056.29933@webmail.rediffmail.com>
2013-08-21 15:12 ` chrubis [this message]
[not found] <1377097927.S.3511.11139.H.TmNocnViaXNAc3VzZS5jegBSZTogW0xUUF0gb3BlbiBwb3NpeCB0ZXN0c3VpdGUgY29tcGlsYXRpb24_.RU.rfs279, rfs279, 557, 625.f5-224-110.old.1377175547.17217@webmail.rediffmail.com>
2013-08-22 13:32 ` [LTP] open posix testsuite compilation chrubis
2013-08-08 13:09 devaraja b v
2013-08-12 10:04 ` chrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130821151208.GB5035@rei \
--to=chrubis@suse.cz \
--cc=ltp-list@lists.sourceforge.net \
--cc=sunildev_63@rediffmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.