OESF Portables Forum
General Forums => General Discussion => Topic started by: projekt 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?
-
You will be on track if you follow cmisip's installation instructions at http://cmisip.home.insightbb.com/zaurus.htm (http://cmisip.home.insightbb.com/zaurus.htm).