Hello Friends,<div><br></div><div>First of all i am new to it so, please give some time from your side.</div><div><br></div><div>I am looking forward to develop application for RPi on my intel host system. Those applications depends upon some libraries like wxGTK</div>
<div>which uses configure to set up it enviroment. So for that purpose i have installed Qemu & scratchbox on my host.</div><div><br></div><div>Now i need raspbian rootfile system environment on my host. So that using scratchbox i can install libraries in raspbian rootfile system on my intel host.</div>
<div>Also with scratch-box installed on my host i can compile application for my target RPi. Also i have c & c++ crosscompiler prepared using cross-tool-ng.</div><div><br></div><div>this is how installed raspbian :-------</div>
<div><span style="color:rgb(139,139,139);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15.203125px;background-color:rgb(247,247,249)">sudo debootstrap --verbose --arch armhf --foreign wheezy \</span><br style="color:rgb(139,139,139);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15.203125px">
<span style="color:rgb(139,139,139);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15.203125px;background-color:rgb(247,247,249)">$HOME/sbox2/rootfs/armhf <a href="http://archive.raspbian.org/raspbian/">http://archive.raspbian.org/raspbian/</a></span><br style="color:rgb(139,139,139);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15.203125px">
<br style="color:rgb(139,139,139);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15.203125px"><span style="color:rgb(139,139,139);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15.203125px;background-color:rgb(247,247,249)">wget <a href="http://archive.raspbian.org/raspbian.public.key;apt-key">http://archive.raspbian.org/raspbian.public.key;apt-key</a> add raspbian.public.key</span></div>
<div><br></div><div><br></div><div>I have few questions :----</div><div><br></div><div><div>1> Is it right command to install raspbian on my intel host or i am missing something ? or i have to use "cross-debootstrapping"</div>
<div>    Actually with above command  rootfile system i am getting do not contains some packages like c++ libraries .so & also no apt-get is there etc.</div></div><div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:sans-serif;font-size:16px;line-height:24px"><br>
</span></div><div>2> When i download raspbian as mentioned above, what i found is it do not contains apt-get in bin, now how to install apt-get inside this raspbian rootfile system i just downloaded.</div><div><br></div>
<div>3> Does the raspbian image  <span style="background-color:rgb(247,247,249);color:rgb(139,139,139);font-family:Monaco,'Andale Mono','Courier New',Courier,mono;font-size:12px;line-height:15.203125px"><a href="http://archive.raspbian.org/raspbian/">http://archive.raspbian.org/raspbian/</a></span>  contains all the packages installed well in advance ?</div>
<div>     Or there is a problem with the procedure(i mentioned above) with which i downloaded image ?</div><div><br></div><div>4> Did anyone successfully used raspbian on there host to compile for target. Please suggest the procedure you are using ?</div>
<div><br></div><div><br></div><div>Any reply will be appreciable from your end.</div><div><br></div><div>Regards,</div><div><br></div><div>//Allan</div>