Author Topic: help with crosscompiling  (Read 4392 times)

freddleggs

  • Newbie
  • *
  • Posts: 1
    • View Profile
help with crosscompiling
« on: December 11, 2003, 01:53:12 pm »
Having trouble getting the crosscompiling set up properly. Have the how to. Running RH9. It seems as though the configuration scripts dev-x86-qpe.sh and dev-arm-qpe.sh are not working as expected. After running either of these, when I do an \'export\' to list the environment variables, it is as though these scripts have never been run. If I type the contents of the scripts one line at a time it then works.

There may be some other problems but I am trying to resolve this first.

Thanks

JeffElkins

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • http://
help with crosscompiling
« Reply #1 on: December 11, 2003, 02:07:38 pm »
Running the scripts doesn\'t work for me either (Debian Sid.)

Try using the command \'source.\' or \'.\'

i.e.

source dev-arm-qpe.sh

or

. dev-arm-qpe.sh

Jeff

Anonymous

  • Guest
help with crosscompiling
« Reply #2 on: December 12, 2003, 04:10:24 am »
Using \'source\' did work.  Using \'.\' did not.

I also installed an updated bash rpm from redhat with no change.

Thanks for the help

lardman

  • Hero Member
  • *****
  • Posts: 4512
    • View Profile
    • http://people.bath.ac.uk/enpsgp/Zaurus/
help with crosscompiling
« Reply #3 on: December 12, 2003, 07:08:02 am »
Quote
Using \'.\' did not

make sure there\'s a space between the . and the file you want to source. In any case I don\'t think this method of sourcing is supported by all shells.


Simon
C750 OZ3.5.4 (GPE, 2.6.x kernel)
SL5500 OZ3.5.4 (Opie)
Nokia 770
Serial GPS, WCF-12, Socket Ethernet & BT, Ratoc USB
WinXP, Mandriva

JeffElkins

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • http://
help with crosscompiling
« Reply #4 on: December 12, 2003, 09:09:31 am »
Quote
Using \'source\' did work.  Using \'.\' did not.

I also installed an updated bash rpm from redhat with no change.

Thanks for the help

Glad it worked out...