This is the mail archive of the ecos-bugs@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]

[Bug 1002260] New: complie error when using ConfigTool


Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1002260

            Bug ID: 1002260
           Summary: complie error  when using ConfigTool
           Product: eCos
           Version: 3.0
            Target: aeb (ARM evaluation board (AEB-1))
 Architecture/Host_ HostOS: Win 7/8/10
                OS:
            Status: UNCONFIRMED
          Severity: normal
          Priority: low
         Component: ConfigTool
          Assignee: unassigned@bugs.ecos.sourceware.org
          Reporter: rh.chen@ttigroup.com
        QA Contact: ecos-bugs@ecos.sourceware.org
                CC: ecos-bugs@ecos.sourceware.org

hi, sorry to bother ... 

   I am a beginner of eCos and appreciate your help. 

   Host : win7 + Cygwin 2.9.0-3 ,  
   Cygwin is installed in  C:\cygwin
   eCos is installed in C:\cygwin\opt\ecos

   i have replaced related files with decompressed from
"ecos-tools-bin-120425.cygwin.tar.bz2"

   when i excute "configtool", it show me the following information: 

  C:/cygwin/opt/ecos/ecos-3.0/tools/bin/configtool.exe: error while loading
shared libraries: libtcl8.5.dll: cannot open shared object file: No such file
or directory

  i found there is libtcl8.6.dll in C:\cygwin\bin,  so , i copy a libtcl8.6.dll
and rename to libtcl8.5.dll.  then  configtool is excuted sucessfully. 

  Operate on ConfigTool:  Click menu -> Build -> Templates-> "ARM evaluation
board (AEB-1)".   Set Build Tool Path ->  
C:\cygwin\opt\ecos\gnutools\arm-eabi\bin .

  after steup, Build Library , but fail, error info is as following: 
('/opt/ecos/ecos-3.0/packages/hal/common/v3_0/include/dbg-thread-syscall.h' is
exit ,but i don't know why it can't find )


make -j4 --directory "/opt/ecos/armpid_build"

make: Entering directory '/opt/ecos/armpid_build'
make -r -C hal/common/v3_0 headers
make[1]: Entering directory '/opt/ecos/armpid_build/hal/common/v3_0'
/usr/bin/cp: cannot stat
'/opt/ecos/ecos-3.0/packages/hal/common/v3_0/include/dbg-thread-syscall.h': No
such file or directory
make[1]: *** [makefile:56:
/opt/ecos/armpid_install/include/cyg/hal/dbg-thread-syscall.h] Error 1
make[1]: *** Waiting for unfinished jobs....
/usr/bin/cp: cannot stat
'/opt/ecos/ecos-3.0/packages/hal/common/v3_0/include/drv_api.h': No such file
or directory
make[1]: Leaving directory '/opt/ecos/armpid_build/hal/common/v3_0'
make[1]: *** [makefile:71: /opt/ecos/armpid_install/include/cyg/hal/drv_api.h]
Error 1
make: Leaving directory '/opt/ecos/armpid_build'
/usr/bin/cp: cannot stat
'/opt/ecos/ecos-3.0/packages/hal/common/v3_0/include/dbg-thread-syscall.h_bak':
No such file or directory
make[1]: *** [makefile:61:
/opt/ecos/armpid_install/include/cyg/hal/dbg-thread-syscall.h_bak] Error 1
/usr/bin/cp: cannot stat
'/opt/ecos/ecos-3.0/packages/hal/common/v3_0/include/dbg-threads-api.h': No
such file or directory
make[1]: *** [makefile:66:
/opt/ecos/armpid_install/include/cyg/hal/dbg-threads-api.h] Error 1
make: *** [makefile:93: headers] Error 2

-- 
You are receiving this mail because:
You are the assignee for the bug.

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