From owner-freebsd-questions@FreeBSD.ORG Fri May 8 13:15:48 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F8AA3A8 for ; Fri, 8 May 2015 13:15:48 +0000 (UTC) Received: from mail-vn0-x229.google.com (mail-vn0-x229.google.com [IPv6:2607:f8b0:400c:c0f::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2726D172A for ; Fri, 8 May 2015 13:15:48 +0000 (UTC) Received: by vnbg7 with SMTP id g7so5333725vnb.10 for ; Fri, 08 May 2015 06:15:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=UWTKAWtc65Y/gWSaLoJmWLsAdHoVksnnl2ITBATx3Tw=; b=Cuv61QEoBeLJNgBZaizUakkNcBML83KzBeTrIzQh3aTVXFhAwybUHC2egP54CnvyCd 0QaL/saXkJczTfK86gk6Uziwed6Y9lYmcJX3CIM4Qq4YNgJEI05tpPTO8RpqY0oatY3y zfuXUT3I0nXyqhGHHwf+iluoagGy3Vmm9m4ynZsJfKSfj/FOsXhqzYYKdCWJjQkyH293 AtcCj8QvbphN+GJyC8KPq7JQy2goOlFaK8EXLROUOibQKH0bxVhW+QhZvSvFs4k3qv08 eLc8ALohdVbyHI0pKR4v7fxJKgqT3DH+2YCbYRAzHUtqbv0B4wloXVYtuBhHPCrc0sfo 8Bug== X-Received: by 10.52.114.42 with SMTP id jd10mr2790615vdb.90.1431090947234; Fri, 08 May 2015 06:15:47 -0700 (PDT) Received: from smaug.zep.net (pool-72-66-73-67.washdc.fios.verizon.net. [72.66.73.67]) by mx.google.com with ESMTPSA id hb1sm1418989vdb.1.2015.05.08.06.15.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 May 2015 06:15:46 -0700 (PDT) Message-ID: <554CB701.4060407@gmail.com> Date: Fri, 08 May 2015 09:15:45 -0400 From: zep User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Compile freebsd kernel on linux References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 13:15:48 -0000 On 05/08/2015 03:55 AM, Pratik Singhal wrote: > Hello all , I am contributing to a project to FreeBSD kernel as a part of > Google summer of code 2015. > > I have to repeatedly compile FreeBSD current as a part of my my project. So > far, I have been using Virtualbox for running FreeBSD and for transferring > file b/w the Linux host and FreeBSD guest I used linuxdcpp application over > LAN. This process is quite cumbersome and takes a lot of valuable time. > > I want to know is there any way in which I can compile freeBSD-current on > my Linux machine ? > > Or is there any way in which I can share files b/w my Virtualbox guest and > Linux host. (The guest additions don't work I have tried many times) ? I'm not quite sure what it is you're trying to accomplish, but I'd look to using NFS. I'd probably create a local host only interface with say 10.10.10.0/24 for the network and probably have the freebsd VM use 10.10.10.100, nfs share out to 10.10.10.0/24 and then mount 10.10.10.100:/usr/src /import/freebsd or something like that. > > Is there some other possible solution to my problem ? > > Regards, > Pratik Singhal > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" -- public gpg key id: AE60F64C