[Info-vax] Bliss

Hunter Goatley goathunter at goatley.com
Fri Jul 12 23:23:22 EDT 2024


On 7/12/2024 8:52 PM, Lawrence D'Oliveiro wrote:
> On Fri, 12 Jul 2024 10:41:38 -0400, Hunter Goatley wrote:
> 
>> Success! In addition to installing llvm-dev, I needed to install a
>> specific llvm-dev. I chose the latest, llvm-15-dev, and then I had to
>> edit one file to point to the new include directory:
> 
> Is that the madisongh one? I got more errors than that. But I have a range
> of versions of llvm currently installed, and the oldest one, 13, seemed to
> do the trick. (The build requirement is for 12 or later.)

Yes, this is the madisongh blissc compiler. I also have more than one 
version of llvm-xx-dev installed. On my ARM system, I had to use 
llvm-14-dev to get it to work.


> Now I actually need to try compiling some code with it...

It's not much, but I successfully compiled a module. It complains about 
MAIN=main, and I'm not sure why, but I successfully created a .c with a 
main() that called my routine in the BLISS module (which called back to 
the C module to actually print some output). Pretty slick!

Hunter




More information about the Info-vax mailing list