Skip to content

orix-software/bpm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and package manager for Orix

pip install -r requirements.txt

First launch

bpm plugins

bpm plugins install md2hlp

bpm plugins install orixsdk

bpm plugins install asm_bin_tpl

bpm plugins

Create an empty folder with the name of the program ex : "hello"

In this folder :

bpm init

Ensuite, créer un folder avec le nom du programme à coder. ex : "ftp"

Dans ce folder "ftp", lancer "bpm init"

Cela va créer plusieurs fichiers avec un src/ftp.c

En faisant un "bpm build", cela va builder ftp.c. Si on renomme ftp.c en ftp.s, cela buildera avec ca65.

Cela ne gère pas encore les links.

Cela gère le build de lib, mais il faut changer dans le fichier .tml le codetype à "lib"

Le "bpm run" lance oricutron si son chemin est correctement spécifié en faisant : "bpm config set oricutron mon_path"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published