Author Topic: Compilation Help  (Read 2112 times)

Fushnchupsh

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • http://
Compilation Help
« on: January 10, 2007, 04:17:19 pm »
Hey everyone  I am not new to linux but VERY new to compiling.  I am running c3200 with meanie's pdaxii 5.2.  I am trying to compile pyRXP so that I can then compile pycar but, after compiling the files when I try to build,  it starts out fine...  Then somewhere in the process it tells me that it is unable to execute 'armv5tel-cacko-linux-gcc' .  I have meanie's zgcc image installed and it works...  I am pretty lost as to what is going wrong.  I am probably doing something stupid.  any help would be appreciated.

thanks,
Fish
C3200 (Conics) Pdaxrom r198
Symbol cf wifi
GE USB host "cable"
Nokia 770 (Woot!)

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Compilation Help
« Reply #1 on: January 10, 2007, 04:51:13 pm »
I have no idea if this will help, but you could look at the permissions of armv5tel-cacko-linux-gcc, assuming it exists, and make sure it is executable.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Fushnchupsh

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • http://
Compilation Help
« Reply #2 on: January 10, 2007, 05:53:28 pm »
hey capn fish, thanks for your quick reply

like I said UI have meanie's zgcc image installed.  It's not actuall called "armv5tel-cacko-linux-gcc".  What I tried was unmounting the image and chmoding it.  I then rebooted.  I tried to build pyRXP and recieved the same error.  So, it could be some sort of weird permission thing because it is an image.  Or, I am missing some GCC files or some such. arggh. Or I am wrong on both accounts (most likely)

--Fish
C3200 (Conics) Pdaxrom r198
Symbol cf wifi
GE USB host "cable"
Nokia 770 (Woot!)

Meanie

  • Hero Member
  • *****
  • Posts: 2803
    • View Profile
    • http://www.users.on.net/~hluc/myZaurus/
Compilation Help
« Reply #3 on: January 10, 2007, 06:19:51 pm »
Quote
hey capn fish, thanks for your quick reply

like I said UI have meanie's zgcc image installed.  It's not actuall called "armv5tel-cacko-linux-gcc".  What I tried was unmounting the image and chmoding it.  I then rebooted.  I tried to build pyRXP and recieved the same error.  So, it could be some sort of weird permission thing because it is an image.  Or, I am missing some GCC files or some such. arggh. Or I am wrong on both accounts (most likely)

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

It's based on sashz' zgcc image anyway and that part of it is exactly the same. Since it is a native compiler, it should be using gcc instead of armv5tel-cacko-linux-gcc which is normally only used if you are invoking a crosscompiler.

as a workaround, you could do this:

ln -s /opt/native/arm/3.4.6-xscale-softvfp/bin/gcc /usr/bin/armv5tel-cacko-linux-gcc
SL-C3000 - pdaXii13 build5.4.9 (based on pdaXrom beta3) / SL-C3100 - Sharp ROM 1.02 JP (heavily customised)
Netgear MA701 CF, SanDisk ConnectPlus CF, Socket Bluetooth CF, 4GB Kingston CF,  4GB pqi SD, 4GB ChoiceOnly SD, 2GB SanDisk SD USB Plus, 1GB SanDisk USB Plus, 1GB Transcend SD, 2GB SanDisk MicroSD with SD adaptor, Piel Frama Leather Case, GoldX 5-in-1 USB cable, USB hub, USB mouse, USB keyboard, USB ethernet, USB HDD, many other USB accessories...
(Zaurus SL-C3000 owner since March 14. 2005, Zaurus SL-C3100 owner since September 21. 2005)
http://members.iinet.net.au/~wyso/myZaurus - zBook3K

Fushnchupsh

  • Full Member
  • ***
  • Posts: 143
    • View Profile
    • http://
Compilation Help
« Reply #4 on: January 11, 2007, 03:03:06 pm »
meanie, you are a god among men
thanks for your help and thanks capn fish for yours too.

--Fish
C3200 (Conics) Pdaxrom r198
Symbol cf wifi
GE USB host "cable"
Nokia 770 (Woot!)