From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a99a6d8aa49592d5 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!b28g2000cwb.googlegroups.com!not-for-mail From: "Manuel Gomez" Newsgroups: comp.lang.ada Subject: Re: call procedure in Linux-Ada-module from "normal" program Date: 25 Aug 2006 04:10:13 -0700 Organization: http://groups.google.com Message-ID: <1156504213.034945.295610@b28g2000cwb.googlegroups.com> References: <44edd4d1$1@news.broadpark.no> NNTP-Posting-Host: 83.59.149.140 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1156504217 24493 127.0.0.1 (25 Aug 2006 11:10:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 25 Aug 2006 11:10:17 +0000 (UTC) In-Reply-To: <44edd4d1$1@news.broadpark.no> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.6) Gecko/20060730 SeaMonkey/1.0.4,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: b28g2000cwb.googlegroups.com; posting-host=83.59.149.140; posting-account=JojZ3g0AAACP4oHyfodgwkZ-MBRK627Z Xref: g2news2.google.com comp.lang.ada:6373 Date: 2006-08-25T04:10:13-07:00 List-Id: Maybe this text is useful for you, but don't know if you already follow those steps. Section "Writing Linux Modules" from the "The Big Online Book of Linux Ada Programming": http://www.pegasoft.ca/resources/boblap/16.html#16.16 Frank ha escrito: > Hi > Debian sarge kernel 2.4.27, gcc-3.3 > > I've been tinkering with modules by using Ada. > The module compiles, and I manage to do insmod on it. > The symbols appears in ksyms; like "some_call_me". >