<div dir="ltr"><div><div>Hi,<br><br>Problem resolved, Thank you for explanation.<br><br></div>Sincerely,<br></div>Seyed Alireza Sanaee<br><div><div><div><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jul 24, 2016 at 6:16 PM, Reto Achermann <span dir="ltr"><<a href="mailto:reto.achermann@inf.ethz.ch" target="_blank">reto.achermann@inf.ethz.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
After the running Hake, you see a list of possible make targets, those include:<br>
<br>
 - 'help-platforms': show the platforms (file collections) which can ..<br>
 - 'help-boot':      show the boot sequences which can be initiated<br>
 - 'clean':          remove most generated files<br>
<br>
to show available build targets, type<br>
$ make help-platforms<br>
<br>
 X86_64_Basic:<br>
         Basic 64-bit x86 PC build<br>
 X86_64_Benchmarks:<br>
         64-bit x86 PC build with benchmarks<br>
 X86_64_Full:<br>
         64-bit x86 PC build with benchmarks and test suites<br>
<br>
If you want to build Barrelfish and your application,<br>
Make sure you have added your program one of those targets which are defined in $SOURCETREE/platforms/Hakefile<br>
<br>
then -- assuming you added it to the basic list -- you type<br>
$make X86_64_Basic<br>
<br>
or alternatively build just your application<br>
make x86_64/sbin/your_application<br>
<br>
<br>
To boot Barrelfish you see the list of boot targets by typing<br>
$make help-boot<br>
<br>
 qemu_x86_64:<br>
         Boot QEMU in 64-bit x86 mode emulating a PC<br>
 qemu_x86_64_debug:<br>
         Boot QEMU under GDB in 64-bit x86 mode emulating a PC<br>
<br>
Add your program to the menu.lst in $BUILDTREE/platforms/x86/<br>
<br>
and run Barrelfish inside QEMU<br>
$make qemu_x86_64<br>
<br>
the same applies for all the other architectures.<br>
<br>
<br>
Best,<br>
 Reto.<span class=""><br>
<br>
<br>
<br>
<br>
On 07/24/2016 02:26 PM, alireza sanaee wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi,<br>
<br>
I want to run a simple application on Barrelfish but I have problem<br>
while I want to make it after Makefile generation by hake command. Here<br>
is the picture<br></span><span class="">
Inline image 2<br>
I exactly followed the tutorial, but I could not figure out which part<br>
I'm missing !<br>
<br>
Thank you for your help,<br>
Seyed Alireza Sanaee,<br>
<br>
<br></span>
_______________________________________________<br>
Barrelfish-users mailing list<br>
<a href="mailto:Barrelfish-users@lists.inf.ethz.ch" target="_blank">Barrelfish-users@lists.inf.ethz.ch</a><br>
<a href="https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users" rel="noreferrer" target="_blank">https://lists.inf.ethz.ch/mailman/listinfo/barrelfish-users</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Reto Achermann,<br>
<a href="http://people.inf.ethz.ch/acreto" rel="noreferrer" target="_blank">http://people.inf.ethz.ch/acreto</a><br>
</font></span></blockquote></div><br></div>