Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion VMWare on 2.6.25 kernel
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Peter Teoh  
View profile  
 More options May 11 2008, 11:19 am
From: Peter Teoh <htmldevelo...@gmail.com>
Date: Sun, 11 May 2008 08:19:20 -0700 (PDT)
Local: Sun, May 11 2008 11:19 am
Subject: Re: VMWare on 2.6.25 kernel
Thanks for trying....

On May 10, 4:29 am, ole...@gmail.com wrote:

> Can you confirm that the Japanese patches fix the network issue?
> using the sources from any-to-any 117 i apply the all four diffs.
> after applying all four diffs i am getting these errors:

> make[1]: Entering directory `/usr/src/kernels/2.6.25-14.fc9.x86_64'
>   CC [M]  /tmp/vmware-config22/vmnet-only/driver.o
>   CC [M]  /tmp/vmware-config22/vmnet-only/hub.o
>   CC [M]  /tmp/vmware-config22/vmnet-only/userif.o
>   CC [M]  /tmp/vmware-config22/vmnet-only/netif.o
>   CC [M]  /tmp/vmware-config22/vmnet-only/bridge.o
> /tmp/vmware-config22/vmnet-only/bridge.c: In function ‘VNetBridgeUp’:
> /tmp/vmware-config22/vmnet-only/bridge.c:913: error: implicit
> declaration of function ‘dev_net’

"implicit declaration" means compiler cannot find out where  the
function is declared....so it implicitly deduced it....

my kernel source is in include/linux/netdevice.h declared as static
inline.

> /tmp/vmware-config22/vmnet-only/bridge.c:913: warning: passing
> argument 1 of ‘__dev_get_by_name’ makes pointer from integer without a
> cast
> /tmp/vmware-config22/vmnet-only/bridge.c:951: warning: passing
> argument 1 of ‘sk_alloc’ makes pointer from integer without a cast
> make[2]: *** [/tmp/vmware-config22/vmnet-only/bridge.o] Error 1

easily solve  by a  cast....

ok...one steps at a  time...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.