Page 1 of 1

Setting up ChibiStudio

Posted: Sat Aug 24, 2019 1:00 pm
by nerdELinux
Hi guys,
I commend all your efforts on the development of the ChibiOS, I believe I can contribute too when I understand the platform very well.

I am new to ChibiStudio and I'm having difficulties setting it up on my windows, I followed the steps given by PlayEmbedded but I get Java runtime errors whenever I try to run the ChibiStudio shortcut. I also followed a guide on how to import my ChibiOS demos to eclipse but no make path found.

I switched to back to windows because of using ChibiStudio, I will also appreciate if there are guides to use ChibiStudio on Linux (Ubuntu).

I really need help on this as I want to master all the ChibiOS in weeks.

Re: Setting up ChibiStudio

Posted: Sat Aug 24, 2019 1:11 pm
by Giovanni
Have you tried the Linux Mint VM we provide with everything preinstalled?

You could try it then migrate the setup in your Linux of choice.

Giovanni

Re: Setting up ChibiStudio

Posted: Sat Aug 24, 2019 1:42 pm
by nerdELinux
I think using VM slows down my PC so i'm avoiding using it, I will try to use it directly on Ubuntu.

Also setting up ChibiStudio on Windows 10, I get this error and trying to launch the shortcut
https://drive.google.com/file/d/13_VrVCz_8rjiYhb7mpHikBeWe_YLjYL3/view?usp=drivesdk

Using Eclipse setup directly, I get this error
https://drive.google.com/file/d/1--4wDWjlyWWXKm-PD1Sx2ecjSbTb5-ER/view?usp=drivesdk

Re: Setting up ChibiStudio

Posted: Sat Aug 24, 2019 1:46 pm
by Giovanni
You need to launch ChibiStudio using the provided shortcut, your path variable is not set apparently, that is done in a batch file launched by the shortcut.

Giovanni

Re: Setting up ChibiStudio

Posted: Sun Aug 25, 2019 7:03 am
by nerdELinux
Thank you Giovanni, I installed the JRE 32-bit on my Windows and now everything seem okay.... :D