public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] ecosconfig.exe
@ 2004-07-22 10:42 Ketan Patel
  2004-07-23 14:34 ` Jonathan Larmour
  0 siblings, 1 reply; 3+ messages in thread
From: Ketan Patel @ 2004-07-22 10:42 UTC (permalink / raw)
  To: Ecos-Discuss; +Cc: nickg


   Sir,
      Can you give me some info regarding the ecosconfig.exe, as to under
which licencing it comes, can i use it freely , is   it under GPL .


   Regards,
   Romil

_________________________________________________________________

                                                                                      
                        http://www.slscorp.com             
_________________________________________________________________

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] ecosconfig.exe
  2004-07-22 10:42 [ECOS] ecosconfig.exe Ketan Patel
@ 2004-07-23 14:34 ` Jonathan Larmour
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Larmour @ 2004-07-23 14:34 UTC (permalink / raw)
  To: Ketan Patel; +Cc: Ecos-Discuss

Ketan Patel wrote:
>    Sir,
>       Can you give me some info regarding the ecosconfig.exe, as to under
> which licencing it comes, can i use it freely , is   it under GPL .

It is under the (full) GPL. That means you must always supply the source to 
it, and any derivative works for it, if you supply a binary. 
http://www.gnu.org/copyleft/gpl.html has some more details.

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ECOS] ecosconfig.exe
@ 2006-03-31  6:47 Stephen George
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen George @ 2006-03-31  6:47 UTC (permalink / raw)
  To: ecos-discuss


I'm trying to run ecosconfig from the command line and I don't know if 
I'm missing something (in my knowledge) or I'm just plain dumb ;-)
We are on Windows 2000

To start, my intention is to manage the project from the GUI based 
config tool, the need to run ecosconfig from the command line is solely 
for Continuous Integration builds on the build machine.

I'll admit I don't understand the build process of eCos well.

I am hoping I can just pick up the .ecc file generated from the GUI, and 
populate the build tree, and build.
( This .ecc file works just fine from the GUI based tool, .. the tree 
populates, and the lib built)

Currently the directory structure is

thirdparty
        \eCos
        |    \_ acsupport
        |    \_ doc
        |    \_ examples
        |    \_ host
        |    \_ images
        |    \_ packages
        |       | ecos.db
        |       \_ compat
        |       :
        |       \_ hal
        |       :
        |       \_ .. many subdirectories
        |    \_tools
        |        \_ acsupport
        |        \_ bin
        |        \_ src
        \_ ecosconfigs
        |     \_ 9200ek_obe6
        |             | at91rm9200ek_usb_config.ecc
        |             \_ at91rm9200ek_usb_config_build
        |             \_ at91rm9200ek_usb_config_install
        |             \_ at91rm9200ek_usb_config_mlt
        \GNUARM
                
Following guidelines in the user man and reference manual I am running 
ecosconfig from the root of the build tree using the following command
(from top of build tree \thirdparty\ecosconfigs\9200ek_obe6 )

 ..\..\eCos\tools\bin\ecosconfig.exe  --srcdir=..\..\eCos\packages  
--config=at91rm9200ek_usb_config.ecc  check

And get many errors along the lines of

ecos.db, package CYGPKG_HAL: warning
    Version subdirectory `common' does not have a CDL script `hal.cdl'.
ecos.db, package CYGPKG_HAL: warning
    Version subdirectory `common' does not have a CDL script `hal.cdl'.
     :    :    : <snip many>  :   :   :
ecos.db, package CYGPKG_IO_FLASH: warning
    Version subdirectory `flash' does not have a CDL script `io_flash.cdl'.
ecos.db, package CYGPKG_IO_FLASH: warning
    Version subdirectory `flash' does not have a CDL script `io_flash.cdl'.
     :    :    : <snip many>  :   :   :
at91rm9200ek_usb_config.ecc: error
    The savefile contains a cdl_interface command for an unknown 
interface `CYGINT_HAL_SUPPORTS_MMU_TABLES'.
at91rm9200ek_usb_config.ecc: error
    The savefile contains a cdl_option for an unknown option 
`CYGSEM_HAL_INSTALL_MMU_TABLES'
     :    :    : <snip many>  :   :   :
at91rm9200ek_usb_config.ecc: error
    The savefile contains a cdl_option for an unknown option 
`CYGPKG_ERROR_CFLAGS_ADD'
at91rm9200ek_usb_config.ecc: error
    The savefile contains a cdl_option for an unknown option 
`CYGPKG_ERROR_CFLAGS_REMOVE'
Invalid savefile "at91rm9200ek_usb_config.ecc".
832 errors occurred while reading in the savefile data.


What would I be doing wrong?

Steve


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-31  6:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-22 10:42 [ECOS] ecosconfig.exe Ketan Patel
2004-07-23 14:34 ` Jonathan Larmour
2006-03-31  6:47 Stephen George

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).