Page 1 of 1

PROS on porteus or slackware?

Posted: 26 Apr 2019, 07:27
by tutu10
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

PROS on porteus or slackware?

Posted: 26 Apr 2019, 08:48
by jssouza
What is PROS?
2. What is conVEX?

PROS on porteus or slackware?

Posted: 26 Apr 2019, 09:21
by raja
Could be..

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

https://pros.com/

PROS on porteus or slackware?

Posted: 26 Apr 2019, 10:54
by ncmprhnsbl
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