Git Product home page Git Product logo

Comments (11)

mmatongo avatar mmatongo commented on May 25, 2024 1

I've put it on my list of things TODO.

from kiss-lang.

acheam0 avatar acheam0 commented on May 25, 2024 1

I second, this would be a great addition! I have a few Ada programs I've been wanting to try on KISS.

from kiss-lang.

mmatongo avatar mmatongo commented on May 25, 2024

The repo ships a multilib version of gcc under the extras as gcc-multilib.

I'll push a commit to include Ada support.

from kiss-lang.

 avatar commented on May 25, 2024

i tried working on this myself and hit a roadblock, ada is a circular dependency and requires an ada compiler in order to compile ada. the standard most distros use is from adacore.com but its dynamic binaries and libs that are all built for glibc, i fixed one of the issues with a simple patch:

--- a/include/c++/6.3.1/x86_64-pc-linux-gnu/bits/os_defines.h
+++ b/include/c++/6.3.1/x86_64-pc-linux-gnu/bits/os_defines.h
@@ -38,6 +38,14 @@

 #include <features.h>

+/*
+ * Handle non-gnu libc versions with nothing in features.h
+ * We have no idea what they're compatible with, so always fail.
+ */
+#ifndef __GLIBC_PREREQ
+# define __GLIBC_PREREQ(x,y) 0
+#endif
+
 // Provide a declaration for the possibly deprecated gets function, as
 // glibc 2.15 and later does not declare gets for ISO C11 when
 // __GNU_SOURCE is defined.

and also by installing gcompat but there are still other issues such as __strdup and other things missing that i've yet to resolve. fortunately there are a bunch of patches from alpine/void for gcc itself once we've got a working ada compiler.

edit: seems void linux reqiures cross-building it from glibc void-linux/void-packages#4312

from kiss-lang.

mmatongo avatar mmatongo commented on May 25, 2024

I've been looking at this for a while now and I've increased it's priority level, after all ada lives on.

I'll do more research and see how Alpine and Void overcame this.

from kiss-lang.

acheam0 avatar acheam0 commented on May 25, 2024

from kiss-lang.

mmatongo avatar mmatongo commented on May 25, 2024

Thanks for all your work on this!

It’s my pleasure.

from kiss-lang.

mmatongo avatar mmatongo commented on May 25, 2024

Kinda figured this out.

from kiss-lang.

acheam0 avatar acheam0 commented on May 25, 2024

from kiss-lang.

mmatongo avatar mmatongo commented on May 25, 2024

Not using kiss, I am using NOIR.

from kiss-lang.

mmatongo avatar mmatongo commented on May 25, 2024

I should have it up in a few weeks, I just have some IRL things to take care of.

from kiss-lang.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.