This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

FW: Spi enable problem


 
   Dear Andrew

As you told I change ecos.db and after it I am going to open ecos
configuration  tools so SPI support is enable but when I build librart I got
error

/ecos-c/cygwin/ecos/packages/devs/spi/arm/at91/current/src/spi_at91.c:556:53
: unterminated argument list invoking macro "HAL_WRITE_UINT32"
make[1]: *** [src/spi_at91.o.d] Error 1
make: Leaving directory `/ecos-c/cygwin/ecos/app7/serial_build'
make: *** [build] Error 2
 Making this change to your ecos.db:



target at91sam7xek {
        alias { "Atmel AT91SAM7XEK evaluation board" at91_at91sam7xek }
        packages { CYGPKG_HAL_ARM
                   CYGPKG_HAL_ARM_AT91
                   CYGPKG_HAL_ARM_AT91SAM7
                   CYGPKG_HAL_ARM_AT91SAM7XEK
                   CYGPKG_IO_SERIAL_ARM_AT91
                   CYGPKG_DEVS_FLASH_AT91
                   CYGPKG_IO_SPI
                   CYGPKG_DEVS_SPI_ARM_AT91
                   CYGPKG_DEVICES_WATCHDOG_ARM_AT91WDTC
                   CYGPKG_IO_USB
                   CYGPKG_IO_USB_SLAVE
                   CYGPKG_DEVS_USB_AT91
                   CYGPKG_DEVS_ETH_PHY
                   CYGPKG_DEVS_ETH_ARM_AT91
                   CYGPKG_
        }
        description "
        The at91sam7xek target provides the packages needed to run eCos on
an 
        Atmel AT91SAM7X-EK evaluation board."
}




   

-------------------------------------------------------
Masibus Process Instruments (P) Ltd, Gandhinagar, India




-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]