Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.
|
Forum Index : Microcontroller and PC projects : Compiling the Picomite source
Author | Message | ||||
Plasmamac Guru Joined: 31/01/2019 Location: GermanyPosts: 554 |
Hi , is anybody (except Peter or Geoff) able to compile the sourcecode ? Iam stalling at the setup. Is where a video about? Or maybe a tutorial? I’d like to create something but no luck atm because iam to dull Plasma |
||||
thwill Guru Joined: 16/09/2019 Location: United KingdomPosts: 4035 |
Hi @Plasmamac, I fear you are asking too much and offering too little (information). How about you start by telling us: - What platform you are compiling on. - What compiler version you are using. - What you've already tried, and what the results were (with screen shots or console dumps). And "yes", I did build it successfully on Linux about 6 months ago but I have neither time nor inclination to write a tutorial or make a video, sorry 😐. Best wishes, Tom Game*Mite, CMM2 Welcome Tape, Creaky old text adventures |
||||
homa Guru Joined: 05/11/2021 Location: GermanyPosts: 351 |
Hello Plasma, take a look here: https://www.thebackshed.com/forum/ViewTopic.php?TID=16130&PID=207700#207700#207723 This was my successful attempt a few days ago, but it should get you there. Matthias Hast Du meine bitte gesehen? https://www.thebackshed.com/forum/ViewTopic.php?TID=17301&P=2#227716 Edited 2024-10-04 00:26 by homa |
||||
EDNEDN Senior Member Joined: 18/02/2023 Location: United StatesPosts: 118 |
The biggest challenge is getting the tool chain setup properly for the Pico. I am using Visual Studio with PlatformIO to build the code. Try this: https://www.raspberrypi.com/news/raspberry-pi-pico-windows-installer/ Once you get the tool chain setup and working... You may need some coaching to get the code base pulled into PlatformIO and the various options setup so it compiles. (CMake has to be activated and the various little icons are very cryptic to get things done.) |
||||
Plasmamac Guru Joined: 31/01/2019 Location: GermanyPosts: 554 |
thx for your answers, i will go with anbody who show me how it works ;) prefere win, but will go with linux ( vitual) or mac (intel) thanks again @homa for shure one for you also Plasma |
||||
EDNEDN Senior Member Joined: 18/02/2023 Location: United StatesPosts: 118 |
So use this link to download and install the Pico tool chain. https://www.raspberrypi.com/news/raspberry-pi-pico-windows-installer/ Then bring up Visual Studio and make sure the PlatformIO IDE is installed. Then install the CMake extensions to Visual Studio. At that point you are ready to pull in the MMBasic source tree and compile it. |
||||
TassyJim Guru Joined: 07/08/2011 Location: AustraliaPosts: 6093 |
I managed a few years ago. I started with https://www.raspberrypi.com/news/raspberry-pi-pico-windows-installer/ I think that was the link. Edit: Yes that's the version I used. It works best with a clean install of all components. It was for a couple of SDK versions ago and I had difficulties when it came to updating the SDK. I never managed to win with the WEBmite version. I hope I can avoid going there again. My dislike for tool-chains was caused by playing with Arduino and the dislike has remained. Jim Edited 2024-10-04 07:04 by TassyJim VK7JH MMedit MMBasic Help |
||||
homa Guru Joined: 05/11/2021 Location: GermanyPosts: 351 |
thx! |
||||
Malibu Senior Member Joined: 07/07/2018 Location: AustraliaPosts: 228 |
This Youtube Video helped me get everything correct. It's probably using older versions of everything now, but the instructions would still be relevant John |
||||
Print this page |