Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  How To Patch and Compile Tutorial (From WINDOWS)

Poll

Did this tutorial teach you how to compile?

Yes
It did after some explanation
No
« previous next »
  • Print
Pages: 1 ... 5 6 [7] 8 9 10

Author Topic: How To Patch and Compile Tutorial (From WINDOWS)  (Read 60095 times)

Offline iPodFoo

  • Member
  • *
  • Posts: 221
  • Ya dig?
    • iPod Nano Rockbox Blog
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #90 on: September 16, 2006, 08:56:36 AM »
Quote
try to reset your virtual machine.
How do you reset virtual machine?

Quote
And disable personal firewall if you have any.
Firewall didnt make any difference.

Quote
if it is a login problem (from win -> vwmware), then try to access the share via network neighbourhood; there you have to navigate until you find the computer "debian".
I assume you mean the Network Connections folder? (using XP) Have tried searching, doesnt find debian. There does seem to be these listed there tho:
VMware Virtual Ethernet Adapter for VMnet8
VMware Virtual Ethernet Adapter for VMnet1


This is a pain in the botty.  >:(
Logged
Visit my blog at modprojects.blogspot.com for some iPod Nano goodies!

Offline rookielot

  • Member
  • *
  • Posts: 5
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #91 on: September 16, 2006, 12:15:42 PM »
i have a bit of an issue... i cant run VMware player. not enough physical memory. what should i do?
Logged

Offline scorche

  • Administrator
  • Member
  • *
  • Posts: 666
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #92 on: September 17, 2006, 07:19:00 PM »
rookielot: Open your "Rockbox.vmx" file in a text editor.  Change memsize = "XXXX" to memsize = "256".
Logged

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #93 on: September 18, 2006, 01:32:01 PM »
ipodfoo: If you don't know how to reset, then I bet that the problem is here. I read in the vmware forum that the samba driver sometimes fails to reconnect if the image wakes up from sleep. There was some complicated workaround explained there, but the easiest way is to reset the machine and wait for a minute to let it boot again.

If you are using vmware player:

Open the drop-down menu "player" at the top of the window
go to "troubleshoot" -> "reset"

And, no, I don't mean the network connections folder. I'm a german, so this is called "Netzwerkumgebung" for me, I think it's "network neighbourhood" in english. You should find it on your desktop. Win2k here, so it could be different.

In this menu you can change the memory allocation, too. I set mine to 96 MB and don't feel a difference, except that I have a tiny bit of memory left for windows :).

I hope this helps
Logged
Iriver H120, Sansa e280

Offline iPodFoo

  • Member
  • *
  • Posts: 221
  • Ya dig?
    • iPod Nano Rockbox Blog
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #94 on: September 18, 2006, 05:49:28 PM »
Thanks rincewind. alls well again.

Jus one thing, the source downloaded using:

Quote
cvs -z3 -d:pserver:username@www.rockbox.org:/cvsroot/rockbox co rockbox-devel

seems to be missing folders. Theres no app/bitmaps folder for example. Is it for a certain target? Im looking to work on ipod nano. Does the above line need to be altered?

Also, is it possible to copy an paste text to and from the xp desktop and debian? Ive tried ctrl+c and selecting my mouse, just cant seem to copy.

Cheers.
Logged
Visit my blog at modprojects.blogspot.com for some iPod Nano goodies!

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #95 on: September 19, 2006, 07:59:09 AM »
look in the folder that has been created. cvs puts all its stuff into a subfolder that is named like the module you checked out -- in your case "rockbox-devel".
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #96 on: September 19, 2006, 10:51:09 AM »
Quote from: ipodfoo on September 18, 2006, 05:49:28 PM
Also, is it possible to copy an paste text to and from the xp desktop and debian? Ive tried ctrl+c and selecting my mouse, just cant seem to copy.

Cheers.

From the wiki: (http://www.rockbox.org/twiki/bin/view/Main/VMwareDevelopmentPlatform)
Quote
To be able to copy-paste between the host and guest operating system (windows-linux) and vice versa, you have to run "vmware-toolbox&" while you copy-paste. from a terminal type "vmware-toolbox&". A window will appear, don't close it. Minimize it and then proceed with normal operation.

    * To paste to the linux terminal press the middle mouse button or "shift+insert".
    * To copy from the linux terminal just select the text (by holding left-click) just like you do on some IRC clients.

You can make vmware-toolbox program autostart by adding the following in .xsession file that you may have to create in your home directory:

#!/bin/bash
vmware-toolbox &
Eterm &
fluxbox

I haven't tried it. I only use vmware to type "configure", "make" and "make zip"
Logged
Iriver H120, Sansa e280

Offline iPodFoo

  • Member
  • *
  • Posts: 221
  • Ya dig?
    • iPod Nano Rockbox Blog
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #97 on: September 19, 2006, 05:00:42 PM »
rincewind - Thanks. Will try that at some point. Was driving me nuts!

bluebrother - ran vmware again, seems all the folders are now there. Dunno why that is.

Thanks for the help. Im sure Ill be askin plenty more if I cant find the info in the manuals etc.  ;D
Logged
Visit my blog at modprojects.blogspot.com for some iPod Nano goodies!

Offline mipodr

  • Member
  • *
  • Posts: 34
  • Ipod w/o rckbx s lik a guy w/ nutin clever to say.
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #98 on: October 15, 2006, 08:16:26 PM »
I'm having trouble with the step where i have to enter //debian/user. I tired opening windows explorer, but there was no address bar. I tried IE but it says action cancelled. I tried mozzila Firefox, but it says it's not a website. Finally, i tried "run" but it says it doesnt exist... HELP!
Logged

Offline Rincewind

  • Member
  • *
  • Posts: 266
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #99 on: October 16, 2006, 03:51:58 PM »
Quote from: mipodr on October 15, 2006, 08:16:26 PM
I'm having trouble with the step where i have to enter //debian/user. I tired opening windows explorer, but there was no address bar. I tried IE but it says action cancelled. I tried mozzila Firefox, but it says it's not a website. Finally, i tried "run" but it says it doesnt exist... HELP!

if your windows explorer hasn't got an address bar it is badly configured. You can change this. A different solution is searching for the computer "debian" (using the windows search, not google...  :) )
Logged
Iriver H120, Sansa e280

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #100 on: October 16, 2006, 04:11:38 PM »
Quote from: mipodr on October 15, 2006, 08:16:26 PM
I'm having trouble with the step where i have to enter //debian/user. I tired opening windows explorer, but there was no address bar. I tried IE but it says action cancelled. I tried mozzila Firefox, but it says it's not a website. Finally, i tried "run" but it says it doesnt exist... HELP!
Did you try "//debian/user" or "\\debian\user"?  If the former, try using the backslashes.

Note that you need to be running VMware for this to work.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

Offline ryan2632

  • Member
  • *
  • Posts: 26
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #101 on: October 16, 2006, 04:11:57 PM »
Quote from: mipodr on October 15, 2006, 08:16:26 PM
I'm having trouble with the step where i have to enter //debian/user. I tired opening windows explorer, but there was no address bar. I tried IE but it says action cancelled. I tried mozzila Firefox, but it says it's not a website. Finally, i tried "run" but it says it doesnt exist... HELP!

you have the slashes the wrong way. should be \\debian\user
Logged

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #102 on: October 16, 2006, 06:23:16 PM »
Quote from: mipodr on October 15, 2006, 08:16:26 PM
I'm having trouble with the step where i have to enter //debian/user. I tired opening windows explorer, but there was no address bar. I tried IE but it says action cancelled. I tried mozzila Firefox, but it says it's not a website. Finally, i tried "run" but it says it doesnt exist... HELP!
you want to open a windows share, not a website. Windows shares are different and you need to open that using windows explorer (NOT Internet Exploder or Firefox). Windows Explorer has some File / Open menu entry ...
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline mipodr

  • Member
  • *
  • Posts: 34
  • Ipod w/o rckbx s lik a guy w/ nutin clever to say.
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #103 on: October 16, 2006, 07:37:36 PM »
Thx all, but i figured out a better way... that works! :-\ I went into explorer/control panel. Selected tools, map network drive, and voila, i selected a letter and entered //debian/user... (or which ever way the slashes go) and it worked. YAY. Now lets see if i can patch....
« Last Edit: October 16, 2006, 07:48:21 PM by mipodr »
Logged

Offline Febs

  • Member
  • *
  • Posts: 2701
Re: How To Patch and Compile Tutorial (From WINDOWS)
« Reply #104 on: October 16, 2006, 07:50:33 PM »
First, please read our posting guidelines.  We do not allow the use of abbreviations like "u."

Second, you've had three people in a row explain what you're doing wrong.  With VMware running, go to "Run" and enter "\\debian\user" with backslashes, not forward slashes.

OR, open Windows Explorer, and type "\\debian\user" into the address bar.  If you don't have an address bar, go to view --> toolbars --> address bar and turn it on.
Logged
Rockbox Forum Guidelines
The Rockbox Manual
How to Ask Questions the Smart Way
Please do not send me support questions via PM.

  • Print
Pages: 1 ... 5 6 [7] 8 9 10
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox Development
| |-+  Starting Development and Compiling
| | |-+  How To Patch and Compile Tutorial (From WINDOWS)
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.123 seconds with 19 queries.