Re: Could someone please answer a stupid question...
From: Roger Larsson (roger.larsson_at_norran.net)
Date: 08/08/03
- Next message: Roger Larsson: "Re: Chinese V-Dragon processor running Midori Linux"
- Previous message: Andy M: "Linux-supported x86 board with watchdog & SSL"
- In reply to: jahurt_at_hotmail.com: "Could someone please answer a stupid question..."
- Next in thread: jahurt_at_hotmail.com: "Re: Could someone please answer a stupid question..."
- Reply: jahurt_at_hotmail.com: "Re: Could someone please answer a stupid question..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 07 Aug 2003 22:34:41 GMT
jahurt@hotmail.com wrote:
> I have the following bare-bones kernel module...
> ------------------------------------------------------
> #ifndef __KERNEL__
> #define __KERNEL__
> #define MODULE
> #include <linux/module.h>
This is taken from the computer you compile at...
And does not match the targets.
You should/could set up a mirror of the target in some directory
(like ~/target) and then compile with
gcc -nostdinc -I ~/target/include -nostdlib ...
/RogerL
-- Roger Larsson Skellefteċ Sweden
- Next message: Roger Larsson: "Re: Chinese V-Dragon processor running Midori Linux"
- Previous message: Andy M: "Linux-supported x86 board with watchdog & SSL"
- In reply to: jahurt_at_hotmail.com: "Could someone please answer a stupid question..."
- Next in thread: jahurt_at_hotmail.com: "Re: Could someone please answer a stupid question..."
- Reply: jahurt_at_hotmail.com: "Re: Could someone please answer a stupid question..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|