Author Topic: trying to get ZGCC on the darn zaurus  (Read 1516 times)

projekt

  • Jr. Member
  • **
  • Posts: 68
    • View Profile
trying to get ZGCC on the darn zaurus
« on: August 31, 2004, 07:16:48 pm »
unsuccessful with devimg, I tried ZGCC all last night and today..

# mntzgcc.sh

/dev/mtdblock0 on / type cramfs (ro)
/proc on /proc type proc (rw)
/dev/ram1 on /dev type minix (rw)
/dev/mtdblock1 on /home type ext2 (rw,sync)
none on /dev/pts type devpts (rw)
/dev/mmcda1 on /usr/mnt.rom/card type ext2 (rw)
/usr/bin/mntzgcc.sh: /mnt/card/zgcc2Bin.cramfs: cannot execute binary file
/usr/bin/mntzgcc.sh: /mnt/card/.zgcc: is a directory
/dev/mtdblock0 on / type cramfs (ro)
/proc on /proc type proc (rw)
/dev/ram1 on /dev type minix (rw)
/dev/mtdblock1 on /home type ext2 (rw,sync)
none on /dev/pts type devpts (rw)
/dev/mmcda1 on /usr/mnt.rom/card type ext2 (rw)
/usr/bin/mntzgcc.sh: /mnt/card/zgcc2Inc.cramfs: cannot execute binary file
/usr/bin/mntzgcc.sh: /mnt/card/.include: is a directory

mntzgcc.sh is

#!/bin/bash
mount -t cramfs /mnt/card/zgcc2Bin.cramfs /mnt/card/.zgcc -o loop
mount -t cramfs /mnt/card/zgcc2Inc.cramfs /mnt/card/.include -o loop


what am I doing wrong here?

freizugheit

  • Sr. Member
  • ****
  • Posts: 409
    • View Profile
    • http://
trying to get ZGCC on the darn zaurus
« Reply #1 on: August 31, 2004, 09:38:49 pm »
You will be on track if you follow cmisip's installation instructions at http://cmisip.home.insightbb.com/zaurus.htm.