Combined Ada and C project with Kbuild
8 Aug
2018
8 Aug
'18
4:18 a.m.
I'm currently working on a project that is using the old Kbuild system. The project has been primarily implemented in C, however we would like to integrate some Ada code into the project. I am familiar with how to use gcc and makefiles to build polyglot projects on linux, however, I have no idea how to do so with the Kbuild system, as I cannot find out how to build anything other than .c or .h files with the makefile. How would I go about adding ada code to the project? Is there any way for me to build .ads and .adb, or .a files with the makefile?
2787
Age (days ago)
2787
Last active (days ago)
1 comments
2 participants
participants (2)
-
Anna.Lyons@data61.csiro.au -
Noah Kennedy