On 17/01/2015 8:20 am, Joel Sherrill wrote:

On 1/16/2015 2:46 PM, Marcos Díaz wrote:
Hi, We were running all tests for the TMS570 and we could see that
these two tests:
/testsuites/libtests/dl01

/testsuites/libtests/dl02

failed to build.
We saw in theirs Makefile.am that have this line:
|rm dl01.pre.ralf|
|
|
|And there it fails. We could see that not all the bsp have as a postlink 
instruction to generate a .ralf file, so was our case and that's why it fails.|

I don't know why I haven't seen this before but apparently if you
do a second make, it works.

I changed the subject. I think it needs to be rm -f in case it isn't there.


Yes adding a -f should do the trick. I suspect this is due to the $(make-exe) macro not creating a .ralf file.

Marcos, would you like to create a patch ?

Thanks
Chris
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to