Author Topic: How Install Gcc.img?  (Read 6346 times)

emjaybee

  • Newbie
  • *
  • Posts: 22
    • View Profile
How Install Gcc.img?
« Reply #15 on: March 23, 2005, 01:32:13 am »
I downloaded the gcc.img and successfully mounted it on my Z.  The program I'm trying to compile is a xmms plugin.  It uses the basic ./configure && make && make install method.  During the make install portion it gives an error that it can't write to /opt/native/arm/3.3.2-xscale-softvfp/armv5tel-cacko-linux/lib/xmms because it's read-only (naturally).

I want to install to /lib/xmms so it'll install into the General directory (which make install tries to do in another error after the first error).  In my .configure I added --prefix=/lib/xmms hoping it would install there because before it would complain about not being able to write to  /opt/native/arm/3.3.2-xscale-softvfp/armv5tel-cacko-linux.  I'm apparently passing the wrong arguments to ./configure so what would get me back on track so it doesn't try to write to the read-only image?
Sharp SL-C860
AmbiCom WL1100-CF Wireless Adaptor
Sandisk 1.0GB CF Card

deckard73

  • Newbie
  • *
  • Posts: 33
    • View Profile
How Install Gcc.img?
« Reply #16 on: March 23, 2005, 09:01:48 pm »
Hi

Quote
I downloaded the gcc.img and successfully mounted it on my Z.  The program I'm trying to compile is a xmms plugin.  It uses the basic ./configure && make && make install method.  During the make install portion it gives an error that it can't write to /opt/native/arm/3.3.2-xscale-softvfp/armv5tel-cacko-linux/lib/xmms because it's read-only (naturally).

[div align=\"right\"][a href=\"index.php?act=findpost&pid=71904\"][{POST_SNAPBACK}][/a][/div]

I could test this with zgcc. Just post the url of the xmms-plugin

ciao
Enno

emjaybee

  • Newbie
  • *
  • Posts: 22
    • View Profile
How Install Gcc.img?
« Reply #17 on: March 23, 2005, 09:45:26 pm »
http://www.saunalahti.fi/~syrjala/xmms-itouch/

This plugin is designed for keyboards with multimedia keys on it (play/pause, back, next etc) but you press each button to map it to a function so I don't see why this wouldn't work on the 860 buttons near the On/Off.  This plugin also works whether xmms has the focus or not and I've been using it on my laptop for awhile now.  I think with this plugin I could have my Z playing MP3s and use the jog wheel etc to change songs and not worry if xmms has the focus or if the screen blank applet has the focus.  Make sense?
Sharp SL-C860
AmbiCom WL1100-CF Wireless Adaptor
Sandisk 1.0GB CF Card

deckard73

  • Newbie
  • *
  • Posts: 33
    • View Profile
How Install Gcc.img?
« Reply #18 on: March 25, 2005, 01:13:36 pm »
Hello

Quote
http://www.saunalahti.fi/~syrjala/xmms-itouch/

This plugin is designed for keyboards with multimedia keys on it (play/pause, back, next etc) but you press each button to map it to a function so I don't see why this wouldn't work on the 860 buttons near the On/Off.  This plugin also works whether xmms has the focus or not and I've been using it on my laptop for awhile now.  I think with this plugin I could have my Z playing MP3s and use the jog wheel etc to change songs and not worry if xmms has the focus or if the screen blank applet has the focus.  Make sense?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=72055\"][{POST_SNAPBACK}][/a][/div]

The best choice is to compile xmms completely by yourself.
If it doesnt work there is a chance that you can use the user plugin dir of xmms
something like ~/.xmms/Plugins/*

the plugin compiles right. The only difficulty is the make install
choose a destination directory and create it /usr/local/xmms is no bad idea
edit the Makefile (line DEST =) and set a destination directory. Look at the messages from make install
Move the files from Destination dir to plugin default dir. cut off the "./arm-blablabla" from the path name

This is untested, but I hope it helps

ciao
Enno

deckard73

  • Newbie
  • *
  • Posts: 33
    • View Profile
How Install Gcc.img?
« Reply #19 on: March 25, 2005, 05:30:04 pm »
Hi

Quote
http://www.saunalahti.fi/~syrjala/xmms-itouch/

This plugin is designed for keyboards with multimedia keys on it (play/pause, back, next etc) but you press each button to map it to a function so I don't see why this wouldn't work on the 860 buttons near the On/Off. 

Dont know which keycodes itouch reads from the wheel. Shows something like 133 and 134 but seems that there is a problem. itouch hangs if you play to hard on the wheel
Normal keys work.

But during compilation occur again some libtool issues. itouch is the only lib that compiles shared.Next week I have time to investigate this.

Quote
This plugin also works whether xmms has the focus or not and I've been using it on my laptop for awhile now.  I think with this plugin I could have my Z playing MP3s and use the jog wheel etc to change songs and not worry if xmms has the focus or if the screen blank applet has the focus.  Make sense?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=72055\"][{POST_SNAPBACK}][/a][/div]

What I now need is some more info on the keycodes. dont know if showkey runs on zaurus. but i assume that this work some day

ciao
enno

emjaybee

  • Newbie
  • *
  • Posts: 22
    • View Profile
How Install Gcc.img?
« Reply #20 on: March 25, 2005, 11:20:47 pm »
Quote
What I now need is some more info on the keycodes. dont know if showkey runs on zaurus. but i assume that this work some day

Have you tried "xev" on pdaXrom?  It's on my version (RC9) and will show you the keycodes of anything you press or tap on the screen.  If you don't have xev on your version I will put the keycode information here.
Sharp SL-C860
AmbiCom WL1100-CF Wireless Adaptor
Sandisk 1.0GB CF Card