adtools / amigaos-cross-toolchain

AmigaOS cross compiler for Linux / MacOSX / Windows
184 stars 48 forks source link

missing utilities #13

Closed stu closed 9 years ago

stu commented 9 years ago

I did the build, which went with no errors. but I cant run the SDK install because its missing pushd/popd/lha

edit to add some info;

[$]> ./install-sdk.sh --prefix=/opt/m68k-amigaos ahi cgx mui
Installing 'ahi'...
mktemp: too few X's in template ‘ahi’
./install-sdk.sh: line 54: pushd: no other directory
./install-sdk.sh: line 58: lha: command not found
cahirwpz commented 9 years ago

I'm working to rewrite the whole script into Python.

As a temporary fix you can:

stu commented 9 years ago

I had to modify LHA switches from -xgq to -xq, lhasa has no 'g'.

betterstring upgraded to 2.9, mcc texteditor, thebar, nlist all upgraded too

cgx throws a permission denied but that looks like a fault on aminet

stu commented 9 years ago

i was going to make patch but if your rewriting in python, Ill leave it. python also has that nice lha extension that fsuae also uses. cheers mate!

cahirwpz commented 9 years ago

I had to modify LHA switches from -xgq to -xq, lhasa has no 'g'.

Yup. I know about it. install-sdk.sh will be integrated with toolchain-m68k script and will use unpacking routines from common.py.

betterstring upgraded to 2.9, mcc texteditor, thebar, nlist all upgraded too

I'll take the patches.

python also has that nice lha extension that fsuae also uses.

Can you provide a link?

BTW. I'll leave the issue open until I rewrite the whole script to Python. Eventually I'll ask you to test it.

stu commented 9 years ago

http://fengestad.no/python-lhafile/

stu commented 9 years ago

i sent a pull request for the updates in two commits. you can ignore the install-sdk patch if you want

cahirwpz commented 9 years ago

The toolchain build script is ready for testing.