Hello R.,

On 2013-07-30 11:19, R. Diez wrote:
Hi all:

I am still trying to port RTEMS to the Arduino Due. After having implemented 
the start-up code and the basic serial port console, I am trying to get the 
hello.exe test application up and running.

I noticed that, when I change a source file in my new Board Support Package, 
hello.exe does not get rebuilt. This is slowing me down, as I need to resort to 
a full build every time.

I tried deleting just the hello.exe as a work-around, but that didn't work.

Deleting hello.exe should work. In this case it must invoke the linker to produce an new hello.exe which uses the updated libraries.


Is there something wrong with the dependencies? Can someone else confirm this 
with an older, tried-and-true BSP?

Yes, this is a bug in the build system. The *.exe files have no dependencies to the libraries in the build tree.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : [email protected]
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
_______________________________________________
rtems-devel mailing list
[email protected]
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to