Adrien Bertrand

Results 275 comments of Adrien Bertrand

I have some instructions from some time ago, available here: https://tiplanet.org/forum/viewtopic.php?t=18038#p214934 The svn revision might just need to be updated, but otherwise, it works. That's basically how TI-Planet's Project Builder...

Looks like the latest commit here mentions svn id r318998.

Well yes, the output is tailored for use with the CE toolchain that at the time relied exclusively on ZDS tools as we didn't have anything better at the time...

Yeah [fasmg](https://travis-ci.org/jacobly0/fasmg-ez80/) (which is for ez80 at least) runs natively on Windows, macOS, and Linux. [spasmg-ng](https://github.com/alberthdev/spasm-ng) can also be built natively on those platforms.

@metawops: would you be able to share the/some information from Cyrille? I don't know how easy it would be to reach him nowadays considering HP Prime development got transferred out...

Even though it's very old, maybe https://tiplanet.org/hpwiki/index.php?title=HP_Prime/Linking_Protocol could be updated?

> Oh, come on, please not on a TI website! 🤦‍♂️ There‘s plenty of HP calculators dedicated websites like hpcalc.org or hpmuseum.org (has a forum) or the Wiki at [www.wiki4hp.com/doku.php?id=prime:start](http://www.wiki4hp.com/doku.php?id=prime:start),...

The thing is that when a stand-alone thing is ready and works as expected, then it can be used to make other things, including, why not, a component of an...

That said, you should be able to just override the paths with the standard cmake (gnu dirs?) variables when invoking it.

Well the CMake stuff is also available in the tilibs repo. So if you build and install those, then tilp2 will be able to be installed. Technically all this works...