Thread
:
Confused with scratchbox
View Single Post
free
2007-11-13 , 16:36
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#
1
Hello
I would like to port some application to these nice little toys. I managed to do several ones but I can't say I really understand what I'm doing. Also looking at the documentation on scratchbox didn't really answer my questions.
What I did for a simple package, an arch-independent software (let's start by simple things first)
1)use x86 target
2)grab dependencies
3)configure build run with xephyr
4)switch to arm target
5) reconfigure, rebuild all
6) upload to the device
It worked until now but I'm not sure
* Does this seem logical to you?
* On step 3 what I did is
CFLAGS="-O2 -fomit-frame-pointer
-mcpu=arm1136jf-s
-mfpu=vfp -mfloat-abi=softfp"
Is that correct, usefull, or completly stupid?
* Can we run within the arm target?
* If yes, what's the use of x86 target?
* Where does qemu plays?
Any information from somebody who knows would greatly help me (or a link to a tutorial,..)
You don't need to answer to all questions in one go
Thanks a million
Quote & Reply
|
free
View Public Profile
Send a private message to free
Find all posts by free