Re: can't get sbuild to work cross-compiling

John Morris <[email protected]> Mon, 06 Apr 2015 23:21:33 -0500
Newsgroups gmane.linux.debian.devel.embedded
Message-ID <[email protected]>

On 04/06/2015 10:48 PM, Shawn Landden wrote:
> On Mon, Apr 6, 2015 at 8:24 PM, John Morris <[email protected]> wrote:
>>
>>
>> On 04/06/2015 10:11 PM, Shawn Landden wrote:
>>>
>>> when I use --build and --host it no longer unpacks my chroot tarball.
>>> I read the naming scheme in the man page but no avail....
>>>
>>
>> What's the full `sbuild` command line?
>>
> sbuild --host=musl-linux-amd64 --build=amd64 lzo2_2.08-1.2.dsc -d sid

I'm new to sbuild, but found that when I added those options, I also 
needed to add `-c`, when I didn't for a native build.

	John