buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.22k stars 34 forks source link

Illegal Instruction (core dumped): Buzz 0.3.0 #269

Open sneekyfoxx opened 7 months ago

sneekyfoxx commented 7 months ago
Platform **OS**: *Archcraft x86_64* **Kernel**: *6.7.6-arch1-1*
Image ![Screenshot_2024-02-27-23-53-36_11148](https://github.com/buzz-language/buzz/assets/100389302/facb1ab9-659b-46c5-a5d3-7c93467884ca)
Steps To Reproduce 1. Download Buzz 0.3.0 tar.xz file for x86_64 2. Extract contents 3. Move `buzz/bin/` contents to `~/.local/bin/` 4. Move `buzz/lib/` contents to `~/.local/lib/` 5. Execute `buzz` binary
sneekyfoxx commented 7 months ago

Building also doesn't work when cloning the repository.

giann commented 7 months ago

Did you build from main or the 0.3.0 tag? What version of zig did you use?

sneekyfoxx commented 6 months ago

I built from both main and 0.3.0 tag but neither of them work and I used the Zig master.