আমি https://help.ubuntu.com/commune/VMware/Player এ নির্দেশাবলী সহ ভিএমওয়্যার ইনস্টল করার চেষ্টা করছি
আমি একটি ত্রুটি পেয়েছি যা আমাকে লগ ফাইলটি অনুসন্ধান করতে বলে, যা এতে রয়েছে:
Extracting the vmmon source from "/usr/lib/vmware/modules/source/vmmon.tar".
Successfully extracted the vmmon source.
Building module with command "/usr/bin/make -j4 -C /tmp/modconfig-GoVdrH/vmmon-only auto-build HEADER_DIR=/lib/modules/4.15.0-22-generic/build/include CC=/usr/bin/gcc IS_GCC_3=no"
Failed to build vmmon. Failed to execute the build command.
আসলে কী ভুল ছিল তা নির্ধারণ করার জন্য, আমি vmware-modconfig --console --install-all
কমান্ড লাইনে দৌড়ে এসেছি এবং এটি এই ত্রুটিগুলি প্রকাশ করেছে:
./arch/x86/include/asm/processor-flags.h:39:0: note: this is the location of the previous definition
#define CR3_PCID_MASK 0xFFFull
^
/tmp/modconfig-3S1CBa/vmmon-only/linux/driver.c:256:12: error: ‘struct timer_list’ has no member named ‘data’
tscTimer.data = 0;
unsigned int lockedPages = global_page_state(NR_PAGETABLE) +
^~~~~~~~~~~~~~~~~
global_numa_state
/tmp/modconfig-3S1CBa/vmmon-only/linux/driver.c: In function ‘init_module’:
/tmp/modconfig-3S1CBa/vmmon-only/linux/driver.c:338:4: error: implicit declaration of function ‘init_timer’; did you mean ‘init_timers’? [-Werror=implicit-function-declaration]
init_timer(&tscTimer);
^~~~~~~~~~
init_timers
/tmp/modconfig-3S1CBa/vmmon-only/linux/hostif.c: In function ‘HostIF_InitUptime’:
init_timers
/tmp/modconfig-3S1CBa/vmmon-only/linux/hostif.c:1754:31: error: assignment from incompatible pointer type [-Werror=incompatible-pointer-types]
uptimeState.timer.function = HostIFUptimeResyncMono;
LinuxDriverSyncReadTSCs(uint64 *delta) // OUT: TSC max - TSC min
^~~~~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
cc1: some warnings being treated as errors
scripts/Makefile.build:332: recipe for target '/tmp/modconfig-3S1CBa/vmmon-only/linux/hostif.o' failed
make[2]: *** [/tmp/modconfig-3S1CBa/vmmon-only/linux/hostif.o] Error 1
Makefile:110: recipe for target 'vmmon.ko' failed
make: *** [vmmon.ko] Error 2
কীভাবে এটি ঠিক করবেন, বা অন্তর্নিহিত-কার্য-বিবরণী এবং বেমানান-পয়েন্টার-প্রকারগুলি এরর হিসাবে বিবেচিত হবে না?
বা 18.04 এ সর্বশেষতম ভিএমওয়্যার ইনস্টল করার জন্য কোনও সহজ পদ্ধতি?
দ্রষ্টব্য: উবুন্টু 16.04-তে ভিএমওয়্যার ওয়ার্কস্টেশন প্রো 12 থেকে আলাদা ত্রুটি ভিএমমন সংকলন করতে পারে না