wazoox / ioscsitape

Automatically exported from code.google.com/p/ioscsitape
MIT License
0 stars 0 forks source link

Your code is only apparently compiled for Intel. I need to recompile for PowerPc G5 #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Right now, an update, My new Powervault 122T VS80 is seen by Profiler but I 
cannot get the Kext to load up. Was this compiled for Intel? I have checked in 
troubleshooting and it does not show up in any way. Here is what profile shows.
SCSI Parallel Domain 65536:

  Initiator Identifier:    7

BNCHMARK VS640:

  Manufacturer:    BNCHMARK
  Model:    VS640
  Revision:    5639
  SCSI Target Identifier:    5
  SCSI Logical Unit Identifier:    0

BNCHMARK VS640:

  Manufacturer:    BNCHMARK
  Model:    VS640
  Revision:    5639
  SCSI Target Identifier:    5
  SCSI Logical Unit Identifier:    1

But looking for Kext shows nothing. I am using OSX 10.5.8 running on
Dual 2GHZ PowerPc G5
4 GB DDR sdram

I do not see any IOSCSITape anywhere even from the Command line!

How do I compile this driver? I looked at the source and I did not see a 
Makefile. Nor, do I know what the hg command to get the file from the 
repository is. I know cvs and I am somewhat familiar with GIT but I know 
nothing of hg.

looking at your mt comand shows:
bash: /usr/local/bin/mt: Bad CPU type in executable
bash-3.2# file /usr/local/bin/mt
/usr/local/bin/mt: Mach-O universal binary with 2 architectures
/usr/local/bin/mt (for architecture x86_64):    Mach-O 64-bit executable x86_64
/usr/local/bin/mt (for architecture i386):    Mach-O executable i386

Clearly, you compile for Intel and I need to know how to recompile the Kext and 
the /usr/local/bin/mt command for PowerPc. I have Xcode installed.

The extension did not even install in the /System/Library/Extensions folder.

How can I fix that?

Your help is appreciated.

Original issue reported on code.google.com by biche...@gmail.com on 18 Jun 2014 at 6:07