[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Can't Build New Device Driver
- Date: Fri, 29 Feb 2008 19:02:07 +0100
- From: ralf.corsepius at rtems.org (Ralf Corsepius)
- Subject: Can't Build New Device Driver
On Fri, 2008-02-29 at 18:17 +0100, Sebastian Huber wrote:
> Hi,
> I struggle with the BSP development currently too. A "bootstrap -p" in
> the top level source directory may fix your problem. It was helpful to
> add RTEMS_AMPOLISH3 to the configure.ac since this adds a rule to update
> the preinstall.am file if you have enabled the maintainer mode. I also
> added "BUILT_SOURCES = preinstall"
NO! This is wrong.
preinstall is a phony target. BUILT_SOURCES may only contain files.
> to the Makefile.am as a workaround to
> enforce a preinstall during "make all" in subdirectories.
What you both say, indicates that the tarball is broken.
Ralf