NutStudio tools 3.1.1 available - Printable Version +- HP Forums (https://www.hpmuseum.org/forum) +-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html) +--- Forum: General Forum (/forum-4.html) +--- Thread: NutStudio tools 3.1.1 available (/thread-15125.html) Pages: 1 2 |
NutStudio tools 3.1.1 available - hth - 06-04-2020 04:36 AM Finally, I decided to release my NutStudio tools for real. These are the tools I use to build my modules. The package contains a comprehensive set of tools for the HP-41.
Downloads are available for macOS and Debian Linux (tested on Ubuntu 20.04 LTS): Debian: https://drive.google.com/file/d/14fVvZJpS-QSIKBuvqnuUDLgD0BIFl0V1/view?usp=sharing macOS https://drive.google.com/file/d/14M4qIz8LaTPUPu1BgF1kEJDXPkyO0FFM/view?usp=sharing Documentation https://drive.google.com/file/d/1cNQAbDJ9dGd7Bosswft3MCbLbHV55qDC/view?usp=sharing Debugger guide https://drive.google.com/file/d/1rfvEN7Sa6_oXiY-57GdrVgi3aJE7hPlG/view?usp=sharing RE: NutStudio tools 3.1.1 available - cruff - 06-04-2020 12:11 PM Thank you for providing this. For the macOS version, the pkg installer didn't tell me where it would be installed. I had to use a Spotlight search to find that it had been placed into directories in /opt/local. Will you be making the source available? RE: NutStudio tools 3.1.1 available - pinkman - 06-04-2020 12:39 PM (06-04-2020 04:36 AM)hth Wrote: Finally, I decided to release my NutStudio tools for real. These are the tools I use to build my modules. The package contains a comprehensive set of tools for the HP-41. Thank you, impressive and also useful, especially on the eve of the DM41X release. RE: NutStudio tools 3.1.1 available - hth - 06-04-2020 03:19 PM (06-04-2020 12:11 PM)cruff Wrote: Thank you for providing this. For the macOS version, the pkg installer didn't tell me where it would be installed. I had to use a Spotlight search to find that it had been placed into directories in /opt/local. Will you be making the source available? It is mentioned in the installation chapter that binaries are in: Code: /usr/local/bin Code: ls -l `which asnut` The source code is not available at this point, it is part of a larger code base that is not open. RE: NutStudio tools 3.1.1 available - smartin - 06-22-2020 11:20 PM Installation failed on macOS 10.14.6. What is the recommended version of macOS? Thanks, Steve RE: NutStudio tools 3.1.1 available - Sylvain Cote - 06-23-2020 01:05 AM (06-22-2020 11:20 PM)smartin Wrote: Installation failed on macOS 10.14.6. What is the recommended version of macOS?Hello Steve, My setup is: macOS 10.15.5 on a MacBookPro 15" 2019. For security reason, I had to open up System Preferences, Security & Privacy then authorize the installation program to run, after that the installation went flawlessly. This is a command line application, so you have to start a shell then type: asnut -v to get the message NutStudio assembler for Nut version 3.1.1. Sylvain RE: NutStudio tools 3.1.1 available - smartin - 06-23-2020 07:07 PM (06-23-2020 01:05 AM)Sylvain Cote Wrote:Gotcha, thanks!(06-22-2020 11:20 PM)smartin Wrote: Installation failed on macOS 10.14.6. What is the recommended version of macOS?Hello Steve, I also authorized the installer to run, but the installation failed. I should upgrade to Catalina anyway. RE: NutStudio tools 3.1.1 available - hth - 06-23-2020 09:16 PM (06-22-2020 11:20 PM)smartin Wrote: Installation failed on macOS 10.14.6. What is the recommended version of macOS? I use 10.13.6 High Sierra myself. I have not tried any other version of macOS (I have only one recent Apple computer). What does it say when you install? RE: NutStudio tools 3.1.1 available - cruff - 06-23-2020 11:39 PM I'm running 10.14.6, and aside from having to authorize the installer, the NutStudio commands run normally. RE: NutStudio tools 3.1.1 available - smartin - 06-24-2020 08:11 PM (06-23-2020 09:16 PM)hth Wrote:(06-22-2020 11:20 PM)smartin Wrote: Installation failed on macOS 10.14.6. What is the recommended version of macOS? The Installation failed. The installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. RE: NutStudio tools 3.1.1 available - hth - 06-25-2020 02:14 AM (06-24-2020 08:11 PM)smartin Wrote: The Installation failed. It seems that you can enable logging for the installer. In the window that comes up you can select 'Show all logs' to see what happens. https://apple.stackexchange.com/questions/275915/debugging-the-installer-encountered-an-error-that-caused-the-installation-to-fa RE: NutStudio tools 3.1.1 available - smartin - 06-25-2020 08:24 PM (06-25-2020 02:14 AM)hth Wrote:(06-24-2020 08:11 PM)smartin Wrote: The Installation failed. Not necessary, my fault. My system did not have a /usr/local/bin to write the soft links into. Once I created that the installation went fine. Thanks for a great tool (and documentation)! Steve RE: NutStudio tools 3.1.1 available - hth - 06-30-2020 05:39 AM (06-25-2020 08:24 PM)smartin Wrote: Not necessary, my fault. My system did not have a /usr/local/bin to write the soft links into. Once I created that the installation went fine. Good you got it to work and thank you for the report. I will update the install script to create /usr/local/bin if it does not exist to avoid this problem in the future. RE: NutStudio tools 3.1.1 available - HP67 - 07-09-2020 06:46 PM Hi and thank you! Are you distributing source or only executables? I have no Debian or Debian-based Linux boxes, I am using Fedora after almost 2 decades of Slackware. I know there are some tools to deal with .debs but I would prefer to see what's going on and build in my preferred directory structure. And, I have the old hptools built on Solaris SPARC It would be nice to add these. RE: NutStudio tools 3.1.1 available - hth - 07-09-2020 08:20 PM (07-09-2020 06:46 PM)HP67 Wrote: Hi and thank you! Are you distributing source or only executables? Only executables. It is part of a bigger system that relies on Haskell/GHC which is only available on some systems. I need GHC Tier-1 support as Tier-2 or 3 tends to be more or less broken over time. Fedora (64-bit) is definitely a possibility. How urgent is this for you? Solaris will not happen. I have one of those machines in the closet (sadly) myself, but getting NutStudio running on it is just too much work and if successful it will fall apart in a matter of time. RE: NutStudio tools 3.1.1 available - HP67 - 07-14-2020 02:35 PM (07-09-2020 08:20 PM)hth Wrote:(07-09-2020 06:46 PM)HP67 Wrote: Hi and thank you! Are you distributing source or only executables? Thanks, not urgent at all, at the moment I'm very far from my HP 41s. And I just started getting into the 41 so my interest was just excitement about a tool for the future. I did some quick searching and it looks like there is some hope for GHC on Solaris SPARC https://www.haskell.org/ghc/download_ghc_6_10_4.html#sparcsolaris but also some issues found in other posts. Depending on the time of year and your boredom I could set up a dev account on one of my Solaris 10 SPARC zones if you feel adventurous/suicidal at some point. Thanks for your reply! RE: NutStudio tools 3.1.1 available - MeindertKuipers - 07-29-2020 12:09 PM Good that a new version is available. It is probably compiled for Intel Debian? Would like to see it also on Raspbian for my Raspberry Pi (Arm), else I have to get Debian running in a VirtualBox environment on my (Windows) PC. RE: NutStudio tools 3.1.1 available - ijabbott - 07-29-2020 07:16 PM (07-29-2020 12:09 PM)MeindertKuipers Wrote: Good that a new version is available. It is probably compiled for Intel Debian? Would like to see it also on Raspbian for my Raspberry Pi (Arm), else I have to get Debian running in a VirtualBox environment on my (Windows) PC. If your PC is running Windows 10, how about a WSL (Windows Subsystem for Linux) VM, or preferably WSL2? RE: NutStudio tools 3.1.1 available - hth - 07-29-2020 09:16 PM (07-29-2020 12:09 PM)MeindertKuipers Wrote: Good that a new version is available. It is probably compiled for Intel Debian? Would like to see it also on Raspbian for my Raspberry Pi (Arm), else I have to get Debian running in a VirtualBox environment on my (Windows) PC. It is built using a 64-bit AMD (x86) machine. The actual Debian release is built using a Docker image of Ubuntu. I used my RPi 3B+ as an alternative desktop for a while and actually tried to build NutStudio tools on it, but it did not work. There were two problems. Linking Clang took so much memory it could never complete and it did not help to add a swap partition on a USB disk, it was just swapping forever. Then GHC/Haskell has been a somewhat broken on AArch64 for a while. I think there are progress being made on both aspects here. RPi can be had with more memory now and it seems that the GHC/Haskell developers regard AArch64 as important. I can also see some benefits of having it, as it is a quite capable little computer. I would not hold my breath, but it is on my long term radar. So is a Windows version. RE: NutStudio tools 3.1.1 available - EugeneNine - 07-29-2020 09:46 PM used deb2tgz and it installs fine on Slackware. You can compile software for ARM on a non-rpi system, then copy the binaries over. Have you published the sources? |