LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-03-2016, 01:08 AM   #1
ramis khan
LQ Newbie
 
Registered: Nov 2016
Posts: 2

Rep: Reputation: Disabled
Jungo Windriver installation on UBUNTU


I want to develop Driver for PCIe on Ubuntu, for that I am trying to install Jungo Windriver on Ubuntu.

I have downloaded WD1221LNX86_64.tgz from Jungo and extracted it.(http://www.jungo.com/st/products/windriver/wd_linux/).

I follow the steps as per instructions on http://www.jungo.com/st/support/wind...ow_to_install/.

After running ./configure command there is error of WinDriver/redist/.tmp_driver/.tmp_versions : no such file error.

checking target... LINUX.3.16.0-46-generic.x86_64/windrvr1221.ko
checking for regparm kernel option... find: `/home//Desktop/OLD_WD/WinDriver/redist/.tmp_driver/.tmp_versions': No such file or directory
checking for right linked object... windrvr_gcc_v3.a
checking for modpost location... /usr/src/LINUX/scripts/mod/modpost
configure.wd: creating ./config.status
config.status: creating makefile.wd.kbuild
---
then I ran make command (although the previous error exist)
There are a lot of warnings and Errors as follows

cc1: some warnings being treated as errors
make[3]: *** [/home/Desktop/OLD_WD/WinDriver/redist/linux_wrappers.o] Error 1
make[2]: *** [_module_/home/Desktop/OLD_WD/WinDriver/redist] Error 2
make[2]: Leaving directory `/usr/src/linux-source-3.13.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/Desktop/OLD_WD/WinDriver/redist'
make: *** [all] Error 2

----------------------------

Please guide me to resolve this issue.
 
Old 11-07-2016, 07:38 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by ramis khan View Post
I want to develop Driver for PCIe on Ubuntu, for that I am trying to install Jungo Windriver on Ubuntu.
I have downloaded WD1221LNX86_64.tgz from Jungo and extracted it.(http://www.jungo.com/st/products/windriver/wd_linux/).
I follow the steps as per instructions on http://www.jungo.com/st/support/wind...ow_to_install/.

After running ./configure command there is error of WinDriver/redist/.tmp_driver/.tmp_versions : no such file error.
This means you either missed a step in the instructions, or it didn't complete correctly. The easiest thing to do would be to go back and do a fresh installation. Also, this appears to be a commercial, pay-for product. While you can download a free trial, I would be hesitant to actually use it for 'production' code, since there may be features disabled between the trial and 'real' versions. And since it IS a commercial product, have you called/contacted their support?
Quote:
then I ran make command (although the previous error exist) There are a lot of warnings and Errors as follows
No kidding...what did you think would happen? You had error(s)/problem(s), and ignored them....things don't work if they give you errors.
Quote:
Please guide me to resolve this issue.
Call/contact their support on the commercial product.
 
Old 11-08-2016, 01:51 AM   #3
ramis khan
LQ Newbie
 
Registered: Nov 2016
Posts: 2

Original Poster
Rep: Reputation: Disabled
I have resolve .tmp_driver/.tmp_versions': No such file or directory Error by adding version.h file in Include/linux directory.
But after running ./configure command

checking output directory... LINUX.3.16.0-46-generic.x86_64
checking target... LINUX.3.16.0-46-generic.x86_64/windrvr1221.ko
checking for right linked object... windrvr_gcc_v3.a
checking for modpost location... /usr/src/LINUX/scripts/mod/modpost
configure.wd: creating ./config.status
config.status: creating makefile.wd.kbuild
----------
When I checked the LINUX.3.16.0-46-generic.x86_64 directory There is no windrvr1221.ko file. I need windrvr1221.ko file.
Any one have any idea about windrvr1221.ko File.

I have contacted Jungo, waiting for reply....
 
Old 11-08-2016, 03:28 AM   #4
Jjanel
Member
 
Registered: Jun 2016
Distribution: any&all, in VBox; Ol'UnixCLI; NO GUI resources
Posts: 999
Blog Entries: 12

Rep: Reputation: 364Reputation: 364Reputation: 364Reputation: 364
Might this be relevant?: http://www.jungo.com/st/support/docu...me_driver.html
 
Old 05-29-2019, 12:33 AM   #5
Vignesh D
LQ Newbie
 
Registered: Mar 2019
Posts: 2

Rep: Reputation: Disabled
Quote:
Originally Posted by ramis khan View Post
I have resolve .tmp_driver/.tmp_versions': No such file or directory Error by adding version.h file in Include/linux directory.
Quote:
Originally Posted by ramis khan View Post
But after running ./configure command

checking output directory... LINUX.3.16.0-46-generic.x86_64
checking target... LINUX.3.16.0-46-generic.x86_64/windrvr1221.ko
checking for right linked object... windrvr_gcc_v3.a
checking for modpost location... /usr/src/LINUX/scripts/mod/modpost
configure.wd: creating ./config.status
config.status: creating makefile.wd.kbuild
----------
When I checked the LINUX.3.16.0-46-generic.x86_64 directory There is no windrvr1221.ko file. I need windrvr1221.ko file.
Any one have any idea about windrvr1221.ko File.

I have contacted Jungo, waiting for reply....
----------------------------------------------------------------------------------------------
I also faced .tmp_driver/.tmp_versions error- Kindly help with the full Path to put the version.h file and also help where can I get this version.h file.
 
Old 05-29-2019, 06:57 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by Vignesh D View Post
[B]
----------------------------------------------------------------------------------------------
I also faced .tmp_driver/.tmp_versions error- Kindly help with the full Path to put the version.h file and also help where can I get this version.h file.
You need to read the "Question Guidelines" and the LQ Rules. You re-opened a thread that had been closed for THREE YEARS, and give us no details about your system/hardware/OS. Further, the original question was answered in this thread; read the solution.

You don't tell us what you're trying to install or why, for what hardware, and we can't guess. Open your own thread for your own question.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
detecting the USB in WinDriver 10.10 in UBUNTU 10.10 teja483 Linux - Newbie 9 05-28-2014 12:22 PM
The Jungo WinDriver need a linux symbolic link , what does it mean? cyberpunker Linux - Newbie 3 05-28-2014 04:53 AM
windriver rtlinux patch liuxgate Linux - Newbie 5 08-18-2011 08:34 AM
Enabling FrameBuffer in WindRiver Linux sri_oct24 Linux - Kernel 2 10-25-2010 04:45 PM
Is WindRiver Linux supports bastille or not? manohare Linux - Software 5 10-16-2007 01:39 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:42 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration