PROS on porteus or slackware?

Post here if you are a new Porteus member and you're looking for some help.
tutu10
Ronin
Ronin
Posts: 1
Joined: 25 Apr 2019, 08:59
Distribution: 5

PROS on porteus or slackware?

Post#1 by tutu10 » 26 Apr 2019, 07:27

PROS on porteus or slackware?
I’m the programmer for my team and this season I’ve decided to switch to PROS. Mostly because I love PROS and think it’s really cool but partly because it means I rarely have to use windows since it’s available on GNU/Linux. I’ve recently gotten a bunch of 8GB flash drive cheaply and decided I’d try some different lightweight distros that can install to a USB thumb drive that I can use if my Linux Mint install goes bad at a mission critical time and I’ve discovered Porteus which I love. I like Porteus so much in fact I’m considering replacing Mint completely with it but the issue is that it’s based on Slackware not Ubuntu or Debian which is needed to run PROS. I’ve tried several utilities to convert the PROS .deb package to a tgz package to no avail. Has anyone else tried/succeeded in getting PROS to work on Slackware, Porteus, or any other distro that isn’t based on Debian? If not it might be time for me to finally figure out ConVEX

jssouza
Legendary
Legendary
Posts: 1165
Joined: 09 Jul 2015, 14:17
Distribution: Porteus x86 arm

PROS on porteus or slackware?

Post#2 by jssouza » 26 Apr 2019, 08:48

What is PROS?
2. What is conVEX?

raja
Shogun
Shogun
Posts: 434
Joined: 02 May 2017, 09:51
Distribution: v3.2.2-32 and Porteus-Artix-64
Location: Chennai,India

PROS on porteus or slackware?

Post#3 by raja » 26 Apr 2019, 09:21

Could be..

Meet the dynamic AI platform powering commerce in the digital economy..

https://pros.com/
Linux Kernel-4.4.272 -32 bit; Linux Kernel-5.4.185 - 64 bit

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3932
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

PROS on porteus or slackware?

Post#4 by ncmprhnsbl » 26 Apr 2019, 10:54

more likely: https://pros.cs.purdue.edu/ and https://github.com/purduesigbots/pros/r ... -amd64.deb
after downloading the .deb and using deb2xzm(activate 05-devel.xzm to use), it appears to function:

Code: Select all

guest@porteus:~$ pros --help
Usage: pros [OPTIONS] COMMAND [ARGS]...

Options:
  --version         Show the version and exit.
  -v, --verbose     Enable verbosity level.
  -d, --debug       Enable debugging output.
  --machine-output  Enable machine friendly output.
  -h, --help        Show this message and exit.

Commands:
  conduct   Perform project management tasks for PROS
  flash     Upload binaries to the microcontroller.
  lsusb     List connected microcontrollers
  make      Invokes make.
  mu        Combines 'make' and 'flash'
  mut       Combines 'make', 'flash', and 'terminal'
  poll      Polls a microcontroller for its system info
  terminal  Open terminal with the microcontroller
  upgrade   Provides a facility to run upgrade the PROS...
guest@porteus:~$ pros --version
pros, version 2.6.1
guest@porteus:~$ pros lsusb
No serial ports found.
here: https://aur.archlinux.org/cgit/aur.git/ ... s-core-bin
seems to suggest 'arm-none-eabi-gcc' 'arm-none-eabi-newlib' might be needed(i imagine these are part of gcc in slackware, included in 05-devel.xzm)
haven't tried the pros-editor package (if you need that)
https://github.com/purduesigbots/pros/releases
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Post Reply