Re: Problems in adding a driver in BSP
From: A. Trompetto (spammatemi_at_bigfoot.com)
Date: 03/24/04
- Next message: Shehan: "Re: WLAN CF card (NDIS) driver - CF bus enumeration"
- Previous message: Oliver Münchow: "Re: Problems in adding a driver in BSP"
- In reply to: zappa78: "Re: Problems in adding a driver in BSP"
- Next in thread: zappa78: "Re: Problems in adding a driver in BSP"
- Reply: zappa78: "Re: Problems in adding a driver in BSP"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 10:55:27 +0100
Ciao Daniele,
I think you have two differnt problems here:
-Your .cec file won't be added to che CEPC platform: I think this is the desired behaviour. To modify the CEPC BSP (i.e. to add a
driver to it) you need to clone it first, and then add your own driver. That's what you already tried, and the driver was
succesfully added to you BSP. Only, you incurred in the second problem, that is
-You have a problem building your driver, so "Nmake can't find...". This could be the result of many things, most probably an error
in the sources file (e.g. did you specify where the binary file will be built with RELEASETYPE? ) or an error in the build of your
driver (have you checked that the driver is actually built?) or an error in the .cec file itself, ...
In case these hints do not help, post your sorces and .cec file as suggested.
Anna
_____________________________________________
Do not reply to me directly; Reply-to address is a spamtrap.
- Next message: Shehan: "Re: WLAN CF card (NDIS) driver - CF bus enumeration"
- Previous message: Oliver Münchow: "Re: Problems in adding a driver in BSP"
- In reply to: zappa78: "Re: Problems in adding a driver in BSP"
- Next in thread: zappa78: "Re: Problems in adding a driver in BSP"
- Reply: zappa78: "Re: Problems in adding a driver in BSP"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|