All of lore.kernel.org
 help / color / mirror / Atom feed
* Building on FreeBSD
@ 2007-08-16 13:22 Julian Stecklina
  0 siblings, 0 replies; 3+ messages in thread
From: Julian Stecklina @ 2007-08-16 13:22 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 126 bytes --]

Hello,

the attached patch enables building the hypervisor (gmake xen) on 
FreeBSD (7-CURRENT, to be exact).

Regards,
Julian

[-- Attachment #2: freebsd.diff --]
[-- Type: text/plain, Size: 580 bytes --]

diff -r 7953164cebb6 config/FreeBSD.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/config/FreeBSD.mk	Thu Aug 16 15:17:59 2007 +0200
@@ -0,0 +1,1 @@
+include $(XEN_ROOT)/config/StdGNU.mk
diff -r 7953164cebb6 config/x86_32.mk
--- a/config/x86_32.mk	Tue Aug 07 09:07:29 2007 +0100
+++ b/config/x86_32.mk	Thu Aug 16 15:17:59 2007 +0200
@@ -13,6 +13,8 @@ LIBDIR := lib
 # Use only if calling $(LD) directly.
 ifeq ($(XEN_OS),OpenBSD)
 LDFLAGS_DIRECT += -melf_i386_obsd
+else ifeq ($(XEN_OS),FreeBSD)
+LDFLAGS_DIRECT += -melf_i386_fbsd
 else
 LDFLAGS_DIRECT += -melf_i386
 endif

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Building on FreeBSD
@ 2014-03-03 19:45 Patrick Mahan
       [not found] ` <D5F84336-A1FD-42A5-8993-2BD1A11A17C0-5dHXHCkEAVbYtjvyW6yDsg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Patrick Mahan @ 2014-03-03 19:45 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

All,

I see in both the announcements and release notes support for building and running on FreeBSD.  However, there are no instructions, nor does the "Intel DPDK for FreeBSD* Getting Started Guide" exist.

Is this forthcoming?

I've at least figured out to use 'gmake' instead of make.  But is there a particular gcc version to use?  Note that for FreeBSD, they are making a concerted effort to move away from gcc though it is provided as part of the ports tree.

Patrick

Coming to you from deep inside Fortress Mahan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building on FreeBSD
       [not found] ` <D5F84336-A1FD-42A5-8993-2BD1A11A17C0-5dHXHCkEAVbYtjvyW6yDsg@public.gmane.org>
@ 2014-03-04  2:15   ` Jayakumar, Muthurajan
  0 siblings, 0 replies; 3+ messages in thread
From: Jayakumar, Muthurajan @ 2014-03-04  2:15 UTC (permalink / raw)
  To: Patrick Mahan, dev-VfR2kkLFssw@public.gmane.org



Please find the FreeBSD Getting Started Guide link http://www.intel.com/content/www/us/en/intelligent-systems/intel-technology/intel-dpdk-freebsd-getting-started-guide.html
The document refers to gcc version 4.8

Thanks,

-----Original Message-----
From: dev [mailto:dev-bounces-VfR2kkLFssw@public.gmane.org] On Behalf Of Patrick Mahan
Sent: Monday, March 03, 2014 11:46 AM
To: dev-VfR2kkLFssw@public.gmane.org
Subject: [dpdk-dev] Building on FreeBSD

All,

I see in both the announcements and release notes support for building and running on FreeBSD.  However, there are no instructions, nor does the "Intel DPDK for FreeBSD* Getting Started Guide" exist.

Is this forthcoming?

I've at least figured out to use 'gmake' instead of make.  But is there a particular gcc version to use?  Note that for FreeBSD, they are making a concerted effort to move away from gcc though it is provided as part of the ports tree.

Patrick

Coming to you from deep inside Fortress Mahan

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-03-04  2:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-16 13:22 Building on FreeBSD Julian Stecklina
  -- strict thread matches above, loose matches on Subject: below --
2014-03-03 19:45 Patrick Mahan
     [not found] ` <D5F84336-A1FD-42A5-8993-2BD1A11A17C0-5dHXHCkEAVbYtjvyW6yDsg@public.gmane.org>
2014-03-04  2:15   ` Jayakumar, Muthurajan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.