<div dir="ltr"><div><div><div>Hello Joel,<br><br></div>Thanks for the answer. I want to compile and build the exe file for just one test. When I use the option --enable-tests with configure, does it assume to build for all tests in the testsuites? I want to build for a single test only. I haven't tried rtems-tester as of now because I updated the rtems repository from upstream and have run into trouble. Can you please help me with this?<br><br></div>Thanks,<br></div>Tanu Hari Dixit.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 4, 2017 at 10:24 PM, Joel Sherrill <span dir="ltr"><<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto">If you are building the erc32 BSP, there are a handful of options. It is probably the easiest BSP to run tests on a simulator. <div dir="auto"><br></div><div dir="auto">sparc-rtems4.12-run xxx.exe</div><div dir="auto"><br></div><div dir="auto">sparc-rtems4.12-gdb xxx.exe</div><div dir="auto">... target sim</div><div dir="auto">... load</div><div dir="auto">... run</div><div dir="auto"><br></div><div dir="auto">The rtems-tester supports this BSP to ease running tests for this BSP. </div><div dir="auto"><br></div><div dir="auto">Also the older rtems-testing repo has a sim-scripts directory with scripts to ease using a number of simulators. It has gdb and direct run modes.</div><span class="HOEnZb"><font color="#888888"><div dir="auto"><br></div><div dir="auto">--joel</div><div dir="auto"><br></div></font></span></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Feb 4, 2017 10:23 AM, "Tanu Hari Dixit" <<a href="mailto:tokencolour@gmail.com" target="_blank">tokencolour@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>The following is the output of the configure statement (I ran configure again because I did not save the output of the previous one)<br><br>thd@thd-Inspiron-5537:~/develo<wbr>pment/rtems/src/builds/erc32_<wbr>test1$ ../../rtems/configure --target=sparc-rtems4.12 --enable-rtemsbsp=erc32 --enable-tests --prefix=${HOME}/development/r<wbr>tems/install_path_test1<br>checking for gmake... no<br>checking for make... make<br>checking for RTEMS Version... 4.11.99.0<br>checking build system type... x86_64-pc-linux-gnu<br>checking host system type... x86_64-pc-linux-gnu<br>checking target system type... sparc-unknown-rtems4.12<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>configure: configuring in ./tools/build<br>configure: running /bin/sh '../../../../rtems/tools/build<wbr>/configure' '--prefix=/home/thd/developmen<wbr>t/rtems/install_path_test1' '--host=x86_64-pc-linux-gnu' '--build=x86_64-pc-linux-gnu'  '--enable-rtemsbsp=erc32' '--enable-tests' '--target=sparc-rtems4.12'  '--cache-file=/dev/null' '--srcdir=../../../../rtems/to<wbr>ols/build'<br>checking for gmake... no<br>checking for make... make<br>checking for RTEMS Version... 4.11.99.0<br>checking build system type... x86_64-pc-linux-gnu<br>checking host system type... x86_64-pc-linux-gnu<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>checking for x86_64-pc-linux-gnu-gcc... no<br>checking for gcc... gcc<br>checking whether the C compiler works... yes<br>checking for C compiler default output file name... a.out<br>checking for suffix of executables... <br>checking whether we are cross compiling... no<br>checking for suffix of object files... o<br>checking whether we are using the GNU C compiler... yes<br>checking whether gcc accepts -g... yes<br>checking for gcc option to accept ISO C89... none needed<br>checking for style of include used by make... GNU<br>checking dependency style of gcc... gcc3<br>checking how to run the C preprocessor... gcc -E<br>checking for grep that handles long lines and -e... /bin/grep<br>checking for egrep... /bin/grep -E<br>checking for ANSI C header files... yes<br>checking for sys/types.h... yes<br>checking for sys/stat.h... yes<br>checking for stdlib.h... yes<br>checking for string.h... yes<br>checking for memory.h... yes<br>checking for strings.h... yes<br>checking for inttypes.h... yes<br>checking for stdint.h... yes<br>checking for unistd.h... yes<br>checking getopt.h usability... yes<br>checking getopt.h presence... yes<br>checking for getopt.h... yes<br>checking libgen.h usability... yes<br>checking libgen.h presence... yes<br>checking for libgen.h... yes<br>checking for strerror... yes<br>checking for strtol... yes<br>checking for basename... yes<br>checking for strnlen... yes<br>checking for bash... /bin/bash<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating install-if-change<br>config.status: creating config.h<br>config.status: executing depfiles commands<br>configure: configuring in ./tools/cpu<br>configure: running /bin/sh '../../../../rtems/tools/cpu/c<wbr>onfigure' '--prefix=/home/thd/developmen<wbr>t/rtems/install_path_test1' '--host=x86_64-pc-linux-gnu' '--build=x86_64-pc-linux-gnu'  '--enable-rtemsbsp=erc32' '--enable-tests' '--target=sparc-rtems4.12'  '--cache-file=/dev/null' '--srcdir=../../../../rtems/to<wbr>ols/cpu'<br>checking for gmake... no<br>checking for make... make<br>checking for RTEMS Version... 4.11.99.0<br>checking build system type... x86_64-pc-linux-gnu<br>checking host system type... x86_64-pc-linux-gnu<br>checking target system type... sparc-unknown-rtems4.12<br>checking rtems target cpu... sparc<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>checking for bash... /bin/bash<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>config.status: creating Makefile<br>=== configuring in generic (/home/thd/development/rtems/s<wbr>rc/builds/erc32_test1/tools/cp<wbr>u/generic)<br>configure: running /bin/sh ../../../../../rtems/tools/cpu<wbr>/generic/configure --disable-option-checking '--prefix=/home/thd/developmen<wbr>t/rtems/install_path_test1'  '--host=x86_64-pc-linux-gnu' '--build=x86_64-pc-linux-gnu' '--enable-rtemsbsp=erc32' '--enable-tests' '--target=sparc-rtems4.12' 'build_alias=x86_64-pc-linux-g<wbr>nu' 'host_alias=x86_64-pc-linux-gn<wbr>u' 'target_alias=sparc-rtems4.12' --cache-file=/dev/null --srcdir=../../../../../rtems/<wbr>tools/cpu/generic<br>checking for gmake... no<br>checking for make... make<br>checking for RTEMS Version... 4.11.99.0<br>checking build system type... x86_64-pc-linux-gnu<br>checking host system type... x86_64-pc-linux-gnu<br>checking target system type... sparc-unknown-rtems4.12<br>checking rtems target cpu... sparc<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>checking for bash... /bin/bash<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating size_rtems<br>configure: configuring in ./testsuites/tools<br>configure: running /bin/sh '../../../../rtems/testsuites/<wbr>tools/configure' '--prefix=/home/thd/developmen<wbr>t/rtems/install_path_test1' '--host=x86_64-pc-linux-gnu' '--build=x86_64-pc-linux-gnu'  '--enable-rtemsbsp=erc32' '--enable-tests' '--target=sparc-rtems4.12'  '--cache-file=/dev/null' '--srcdir=../../../../rtems/te<wbr>stsuites/tools'<br>checking for gmake... no<br>checking for make... make<br>checking for RTEMS Version... 4.11.99.0<br>checking build system type... x86_64-pc-linux-gnu<br>checking host system type... x86_64-pc-linux-gnu<br>checking target system type... sparc-unknown-rtems4.12<br>checking rtems target cpu... sparc<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>config.status: creating Makefile<br>=== configuring in generic (/home/thd/development/rtems/s<wbr>rc/builds/erc32_test1/testsuit<wbr>es/tools/generic)<br>configure: running /bin/sh ../../../../../rtems/testsuite<wbr>s/tools/generic/configure --disable-option-checking '--prefix=/home/thd/developmen<wbr>t/rtems/install_path_test1'  '--host=x86_64-pc-linux-gnu' '--build=x86_64-pc-linux-gnu' '--enable-rtemsbsp=erc32' '--enable-tests' '--target=sparc-rtems4.12' 'build_alias=x86_64-pc-linux-g<wbr>nu' 'host_alias=x86_64-pc-linux-gn<wbr>u' 'target_alias=sparc-rtems4.12' --cache-file=/dev/null --srcdir=../../../../../rtems/<wbr>testsuites/tools/generic<br>checking for gmake... no<br>checking for make... make<br>checking for RTEMS Version... 4.11.99.0<br>checking build system type... x86_64-pc-linux-gnu<br>checking host system type... x86_64-pc-linux-gnu<br>checking target system type... sparc-unknown-rtems4.12<br>checking rtems target cpu... sparc<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>checking for bash... /bin/bash<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>config.status: creating Makefile<br>config.status: creating difftest<br>config.status: creating sorttimes<br>configure: configuring in sparc-rtems4.12/c<br>configure: running /bin/sh '../../../../rtems/c/configure<wbr>' '--prefix=/home/thd/developmen<wbr>t/rtems/install_path_test1' '--host=sparc-rtems4.12' '--build=x86_64-pc-linux-gnu' '--target=sparc-rtems4.12'  '--enable-rtemsbsp=erc32' '--enable-tests' '--with-target-subdir=sparc-rt<wbr>ems4.12' '--exec-prefix=/home/thd/devel<wbr>opment/rtems/install_path_<wbr>test1/sparc-rtems4.12' '--includedir=/home/thd/develo<wbr>pment/rtems/install_path_<wbr>test1/sparc-rtems4.12/include'<wbr>  '--cache-file=/dev/null' '--srcdir=../../../../rtems/c'<br>checking for gmake... no<br>checking for make... make<br>checking for RTEMS Version... 4.11.99.0<br>checking build system type... x86_64-pc-linux-gnu<br>checking host system type... sparc-unknown-rtems4.12<br>checking target system type... sparc-unknown-rtems4.12<br>checking rtems target cpu... sparc<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes<br>checking for sparc-rtems4.12-strip... sparc-rtems4.12-strip<br>checking for a thread-safe mkdir -p... /bin/mkdir -p<br>checking for gawk... gawk<br>checking whether make sets $(MAKE)... yes<br>checking whether to enable maintainer-specific portions of Makefiles... no<br>checking that generated files are newer than configure... done<br>configure: creating ./config.status<br>config.status: creating Makefile<br><br>target architecture: sparc.<br>available BSPs: erc32.<br>'make all' will build the following BSPs: erc32.<br>other BSPs can be built with 'make RTEMS_BSP="bsp1 bsp2 ..."'<br><br>config.status: creating Makefile<br><br><br></div>Thank you,<br></div>Tanu Hari Dixit.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 4, 2017 at 9:26 PM, Kirspel, Kevin <span dir="ltr"><<a href="mailto:Kevin-Kirspel@idexx.com" target="_blank">Kevin-Kirspel@idexx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div link="blue" vlink="purple" lang="EN-US">
<div class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">I don’t have the spac toolset so I cannot test your situation.  However, can you post the output of your configure?  I want to make sure it found the erc32 BSP.<u></u><u></u></span></p><span>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Kevin Kirspel<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Electrical Engineer - Sr. Staff<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Idexx Roswell<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">235 Hembree Park Drive<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Roswell GA 30076<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Tel: <a href="tel:(770)%20510-4444" value="+17705104444" target="_blank">(770)-510-4444 ext. 81642</a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Direct: <a href="tel:(770)%20688-1642" value="+17706881642" target="_blank">(770)-688-1642</a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">Fax: <a href="tel:(770)%20510-4445" value="+17705104445" target="_blank">(770)-510-4445</a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"><u></u> <u></u></span></p>
</span><p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:"Calibri",sans-serif"> Tanu Hari Dixit [mailto:<a href="mailto:tokencolour@gmail.com" target="_blank">tokencolour@gmail.com</a>]
<br>
<b>Sent:</b> Saturday, February 04, 2017 10:27 AM<br>
<b>To:</b> Kuan Hsun Chen <<a href="mailto:kuan-hsun.chen@tu-dortmund.de" target="_blank">kuan-hsun.chen@tu-dortmund.de</a><wbr>><br>
<b>Cc:</b> <a href="mailto:rtems-devel@rtems.org" target="_blank">rtems-devel@rtems.org</a> <<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a>>; Kirspel, Kevin <<a href="mailto:Kevin-Kirspel@idexx.com" target="_blank">Kevin-Kirspel@idexx.com</a>><br>
<b>Subject:</b> Re: Regarding running one test<u></u><u></u></span></p><div><div class="m_1846513617943467014m_-5039286891315253529h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">Hi Kevin, Kuan-Hsun,<br>
<br>
Thank you for the answer.<u></u><u></u></p>
</div>
<p class="MsoNormal">I have run into a problem before trying the above solutions for myself, while updating my local copy of the rtems repository with upstream with "git pull".
<u></u><u></u></p>
</div>
<p class="MsoNormal">After I updated the local copy, I built the sparc toolset with
<u></u><u></u></p>
</div>
<p class="MsoNormal">../source-builder/sb-set-build<wbr>er --log=l-sparc-test.txt --prefix=$HOME/development/rte<wbr>ms/4.12 4.12/rtems-sparc<u></u><u></u></p>
</div>
<p class="MsoNormal">Then I ran  ./bootstrap -c && ./bootstrap -p && ./bootstrap so as to bootstrap.<u></u><u></u></p>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt">Then from  builds/erc32_test(subdirectory<wbr>) I ran<br>
thd@thd-Inspiron-5537:~/develo<wbr>pment/rtems/src/rtems$ ../../rtems/configure --target=sparc-rtems4.12 --enable-rtemsbsp=erc32 --enable-tests --prefix=${HOME}/development/r<wbr>tems/install_path_test<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">And when I ran make, It showed the following error;<br>
<br>
make[2]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/tools/bui<wbr>ld'<br>
make[1]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/tools/bui<wbr>ld'<br>
Making all in tools/cpu<br>
make[1]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/tools/cpu<wbr>'<br>
Making all in generic<br>
make[2]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/tools/cpu<wbr>/generic'<br>
make[2]: Nothing to be done for `all'.<br>
make[2]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/tools/cpu<wbr>/generic'<br>
make[2]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/tools/cpu<wbr>'<br>
make[2]: Nothing to be done for `all-am'.<br>
make[2]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/tools/cpu<wbr>'<br>
make[1]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/tools/cpu<wbr>'<br>
Making all in testsuites/tools<br>
make[1]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/testsuite<wbr>s/tools'<br>
Making all in generic<br>
make[2]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/testsuite<wbr>s/tools/generic'<br>
make[2]: Nothing to be done for `all'.<br>
make[2]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/testsuite<wbr>s/tools/generic'<br>
make[2]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/testsuite<wbr>s/tools'<br>
make[2]: Nothing to be done for `all-am'.<br>
make[2]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/testsuite<wbr>s/tools'<br>
make[1]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/testsuite<wbr>s/tools'<br>
Making all in sparc-rtems4.12/c<br>
make[1]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/sparc-rte<wbr>ms4.12/c'<br>
Making all in .<br>
make[2]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/sparc-rte<wbr>ms4.12/c'<br>
make[2]: Nothing to be done for `all-am'.<br>
make[2]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/sparc-rte<wbr>ms4.12/c'<br>
Making all in erc32<br>
make[2]: Entering directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/sparc-rte<wbr>ms4.12/c/erc32'<br>
make[2]: *** No rule to make target `all'.  Stop.<br>
make[2]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/sparc-rte<wbr>ms4.12/c/erc32'<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory `/home/thd/development/rtems/s<wbr>rc/builds/erc32_test/sparc-rte<wbr>ms4.12/c'<br>
make: *** [all-recursive] Error 1<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I have ran into this problem more than once. When last time this happened, I thought I must have messed up somewhere in the git (or rtems) workflow and hence decided to make a clean clone of the rtems repo and continue with it. I also tried
 git reset --hard <hash-number> last time and had no luck.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><code><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Right now, I did not do a hard reset and currently git reflog shows the following output:</span></code><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><br>
<code><span style="font-family:"Arial",sans-serif">239dd35 HEAD@{0}: pull: Fast-forward</span></code><br>
<code><span style="font-family:"Arial",sans-serif">ffa885a HEAD@{1}: clone: from git://<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__git.rtems.org_rtems.git&d=DwMFaQ&c=2do6VJGs3LvEOe4OFFM1bA&r=HDiJ93ANMEQ32G5JGdpyUxbdebuwKHBbeiHMr3RbR74&m=elBFGM7Up_H75tt-b3VbfyK1iPdyr-jmME-Ab4rL2hk&s=ryMs7_iFDreSyA8ad3iXqtVo0QByXEG61ZeaU1r6J4A&e=" target="_blank">git.rtems.org/rtems.git</a></span></code></span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><code><span style="font-size:10.0pt;font-family:"Arial",sans-serif">git status shows</span></code><span style="font-size:10.0pt;font-family:"Arial",sans-serif"><br>
<br>
<code><span style="font-family:"Arial",sans-serif">thd@thd-Inspiron-5537:~/develo<wbr>pment/rtems/src/rtems$ git status</span></code><br>
<code><span style="font-family:"Arial",sans-serif">On branch master</span></code><br>
<code><span style="font-family:"Arial",sans-serif">Your branch is up-to-date with 'origin/master'.</span></code><br>
<br>
<code><span style="font-family:"Arial",sans-serif">Changes not staged for commit:</span></code><br>
<code><span style="font-family:"Arial",sans-serif">  (use "git add <file>..." to update what will be committed)</span></code><br>
<code><span style="font-family:"Arial",sans-serif">  (use "git checkout -- <file>..." to discard changes in working directory)</span></code><br>
<br>
<code><span style="font-family:"Arial",sans-serif">    modified:   c/src/lib/libbsp/powerpc/acinc<wbr>lude.m4</span></code><br>
<br>
<code><span style="font-family:"Arial",sans-serif">no changes added to commit (use "git add" and/or "git commit -a")</span></code></span><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><code><span style="font-size:10.0pt;font-family:"Arial",sans-serif">I don't know what I am missing. Do I need to do something before pulling from upstream? How do I rectify this? Please help me with this.</span></code><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><code><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Thank you,</span></code><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><code><span style="font-size:10.0pt;font-family:"Arial",sans-serif">Tanu Hari Dixit.</span></code><u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div></div><div>
<p class="MsoNormal"><u></u> <u></u></p>
<div><div><div class="m_1846513617943467014m_-5039286891315253529h5">
<p class="MsoNormal">On Sat, Feb 4, 2017 at 6:47 PM, Kuan Hsun Chen <<a href="mailto:kuan-hsun.chen@tu-dortmund.de" target="_blank">kuan-hsun.chen@tu-dortmund.de</a><wbr>> wrote:<u></u><u></u></p>
</div></div><blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div><div><div class="m_1846513617943467014m_-5039286891315253529h5">
<p class="MsoNormal">Or alternatively you can prepare simulator like qemu to executed each of it after compiling the source tree.<br>
Like this in testsuites/hello/:<u></u><u></u></p>
</div></div><div>
<div style="border:none;border-left:solid #999999 1.0pt;padding:0in 0in 0in 3.0pt;background:white;margin-right:0in">
<p class="MsoNormal" style="margin-right:0in;margin-bottom:3.0pt;margin-left:.25in;background:white;border:none;padding:0in">
<u></u><span style="font-size:10.0pt;font-family:"Courier New";color:#333333"><span>1.<span style="font:7.0pt "Times New Roman""> 
</span></span></span><u></u><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">qemu</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">system</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">arm
</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-kwd"><span style="font-size:9.0pt;font-family:"Courier New";color:#000088">no</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">reboot
</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">nographic
</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">M
 realview</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">pbx</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">a9
</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">m
</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-lit"><span style="font-size:9.0pt;font-family:"Courier New";color:#006666">256M</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">
</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">kernel
 \</span></span><span style="font-size:10.0pt;font-family:"Courier New";color:#333333"><u></u><u></u></span></p>
<p class="MsoNormal" style="margin-right:0in;margin-bottom:3.0pt;margin-left:.25in;background:#eeeeee;border:none;padding:0in">
<u></u><span style="font-size:10.0pt;font-family:"Courier New";color:#333333"><span>2.<span style="font:7.0pt "Times New Roman""> 
</span></span></span><u></u><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">hello</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">.</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">exe
</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pun"><span style="font-size:9.0pt;font-family:"Courier New";color:#666600">-</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-pln"><span style="font-size:9.0pt;font-family:"Courier New";color:black">smp
</span></span><span class="m_1846513617943467014m_-5039286891315253529m_4519852977208510165m-1017172898338325931gmail-lit"><span style="font-size:9.0pt;font-family:"Courier New";color:#006666">4</span></span><span style="font-size:10.0pt;font-family:"Courier New";color:#333333"><u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Best,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Kuan-Hsun<u></u><u></u></p>
</div>
</div>
</div><div><div class="m_1846513617943467014m_-5039286891315253529h5">
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<div>
<p class="MsoNormal">2017-02-04 14:12 GMT+01:00 Kirspel, Kevin <<a href="mailto:Kevin-Kirspel@idexx.com" target="_blank">Kevin-Kirspel@idexx.com</a>>:<u></u><u></u></p>
</div>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-right:0in">
<div>
<div>
<p class="MsoNormal">I use the rtems tester.  <a href="https://urldefense.proofpoint.com/v2/url?u=ftp-3A__ftp.rtems.org_pub_rtems_people_chrisj_rtems-2Dtester_rtems-2Dtester.html&d=DwMFaQ&c=2do6VJGs3LvEOe4OFFM1bA&r=HDiJ93ANMEQ32G5JGdpyUxbdebuwKHBbeiHMr3RbR74&m=elBFGM7Up_H75tt-b3VbfyK1iPdyr-jmME-Ab4rL2hk&s=Gv6QEbMGt88773MgovVmHykfnOxbLOP5J32IzwNVNEc&e=" target="_blank">
ftp://ftp.rtems.org/pub/rtems/<wbr>people/chrisj/rtems-tester/rte<wbr>ms-tester.html</a><br>
<br>
Kevin Kirspel<br>
Electrical Engineer - Sr. Staff<br>
Idexx Roswell<br>
235 Hembree Park Drive<br>
Roswell GA 30076<br>
Tel: <a href="tel:%28770%29-510-4444%20ext.%2081642" target="_blank">(770)-510-4444 ext. 81642</a><br>
Direct: <a href="tel:%28770%29-688-1642" target="_blank">(770)-688-1642</a><br>
Fax: <a href="tel:%28770%29-510-4445" target="_blank">(770)-510-4445</a><br>
<br>
-----Original Message-----<br>
From: devel [mailto:<a href="mailto:devel-bounces@rtems.org" target="_blank">devel-bounces@rtems.or<wbr>g</a>] On Behalf Of Tanu Hari Dixit<br>
Sent: Saturday, February 04, 2017 12:23 AM<br>
To: <a href="mailto:rtems-devel@rtems.org" target="_blank">rtems-devel@rtems.org</a> <<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a>><br>
Subject: Regarding running one test<br>
<br>
Hello all,<br>
<br>
How do I run a single test from the testsuites? I want to run one test from the rtems/testsuites/fstests. How do I go about doing that?<br>
<br>
Regards,<br>
Tanu Hari Dixit.<br>
______________________________<wbr>_________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.rtems.org_mailman_listinfo_devel&d=DwICAg&c=2do6VJGs3LvEOe4OFFM1bA&r=HDiJ93ANMEQ32G5JGdpyUxbdebuwKHBbeiHMr3RbR74&m=zH4W9XS8-wD5iyDXdo5SEtjZwr3gbIp9TJjx8-z2cS8&s=mU8IyO6GG8v94eNhQoI76FuuhiadOCFEoiJ3HdxyrrQ&e=" target="_blank">https://urldefense.proofpoint.<wbr>com/v2/url?u=http-3A__lists.rt<wbr>ems.org_mailman_listinfo_devel<wbr>&d=DwICAg&c=2do6VJGs3LvEOe4OFF<wbr>M1bA&r=HDiJ93ANMEQ32G5JGdpyUxb<wbr>debuwKHBbeiHMr3RbR74&m=zH4W9XS<wbr>8-wD5iyDXdo5SEtjZwr3gbIp9TJjx8<wbr>-z2cS8&s=mU8IyO6GG8v94eNhQoI76<wbr>FuuhiadOCFEoiJ3HdxyrrQ&e=</a><u></u><u></u></p>
</div>
</div>
<div>
<div>
<div>
<div>
<p class="MsoNormal">______________________________<wbr>_________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><u></u><u></u></p>
</div>
</div>
<p class="MsoNormal"><a href="https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.rtems.org_mailman_listinfo_devel&d=DwMFaQ&c=2do6VJGs3LvEOe4OFFM1bA&r=HDiJ93ANMEQ32G5JGdpyUxbdebuwKHBbeiHMr3RbR74&m=elBFGM7Up_H75tt-b3VbfyK1iPdyr-jmME-Ab4rL2hk&s=2TitOf1dwrWdEOQH2NpO_av9kjH_jPk9KJdkJUNk2Js&e=" target="_blank">http://lists.rtems.org/mailman<wbr>/listinfo/devel</a><u></u><u></u></p>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><br>
<br clear="all">
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal">-- <u></u><u></u></p>
<div>
<div>
<p class="MsoNormal">M.Sc. Kuan-Hsun Chen<br>
<br>
TU Dortmund<br>
Department of Computer Science 12<br>
Design Automation of Embedded Systems<br>
Otto-Hahn-Strasse 16, Room 102<br>
<br>
44227 Dortmund<br>
Germany<br>
<br>
Phone:  <u><span style="color:blue"><a href="tel:+49%20231%207556124" value="+492317556124" target="_blank">+49 231 755 6124</a></span></u><br>
Mail:   <a href="mailto:kuan-hsun.chen@tu-dortmund.de" target="_blank">kuan-hsun.chen@tu-dortmund.de</a><u></u><u></u></p>
</div>
</div>
</div>
</div></div></blockquote>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</div>

</blockquote></div><br></div>
<br>______________________________<wbr>_________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman<wbr>/listinfo/devel</a><br></blockquote></div></div>
</div></div></blockquote></div><br></div>