This is the mail archive of the ecos-discuss@sources.redhat.com 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]

problem with building ecos


Hi guys, I am trying to build ecos for ARM.  However, when i tried to build
library, I ran into the following problem:

---------------------

*** make  -j2
Checking header files.
make -C hal\common\v1_2_1\src
arm-elf-ar crs  M:\ecos-test2\install\lib\libtarget.a hal_generic-stub.o
hal_thread-packets.o hal_hal_stub.o hal_drv_api.o
touch libtarget.a.stamp
Can't touch libtarget.a.stamp - No such file or directory
make[1]: *** [libtarget.a.stamp] Error 1
make: *** [ M:\ecos-test2\install\lib\libextras.a] Error 2
*** Process terminated

_____
I am not sure where libtarget.a.stamp is generated.
After I commented out the line:

	$(TOUCH) $@


from the makefile, things seem to work.  but I am afraid the library does
not get updated correctly.

does anyone know what the problem is?


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