Results 1 to 3 of 3

Thread: Compiling lirc for Beagleboard (armel)

  1. #1
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Cool Compiling lirc for Beagleboard (armel)

    Hi,

    I'm running Ubuntu on my Beagleboard xm, and everything is ok more or less.

    I want to build a server application, which would interface with my serial infra red transceiver.
    I'm now stuck when trying to compile lirc for my setup.

    I am running kernel compiled by Robert Nelson (http://elinux.org/BeagleBoardUbuntu).
    I realized that I will need also the sources for the kernel, to be able to compile lirc, so I downloaded also those.
    I was able successfully to recompile the kernel (to get the .config file), and now when I try to compile lirc, I seem to run into a strange error:
    Code:
    scripts/genksyms/genksyms: 1: Syntax error: "(" unexpected
    The whole thing can be found also here http://pastebin.com/x2w1VXcP

    Is there some parameters I haven't set, to compile ?
    (Though my tool chain is downloaded from aptitude, and I can compile&execute my server application just fine)

    This is my first beagle project, and I'm still new to the whole building kernel modules etc, so please don't hesitate to advice something simple I might have overlooked

    Thanks in advance!

  2. #2
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Compiling lirc for Beagleboard (armel)

    nobody ?

  3. #3
    Join Date
    Mar 2007
    Beans
    Hidden!
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Compiling lirc for Beagleboard (armel)

    Interestingly I noticed that when I checked the kernel sources (which I compiled on x86 machine)

    Code:
    ubuntu@omap:/usr/src/linux/scripts/genksyms$ file genksyms
    genksyms: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped
    I wonder if this might be a problem ?
    I'm trying to compile directly on the Beagleboard now...

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •