rebuild when link.x is modified #20

Closed
opened 2020-04-25 17:15:55 +08:00 by sb10q · 1 comment

Despite build.rs, modifications to link.x do not get the linker to be run again by cargo xbuild --release.

This can be demonstrated by building the firmware, breaking link.x (e.g. setting the size of OCM to a very small value), and then building again. The build will incorrectly complete successfully.

Despite ``build.rs``, modifications to ``link.x`` do not get the linker to be run again by ``cargo xbuild --release``. This can be demonstrated by building the firmware, breaking ``link.x`` (e.g. setting the size of OCM to a very small value), and then building again. The build will incorrectly complete successfully.

Oh. Now I understand why my changes to the linker script were in vain that often...

Fixed in b88e14ea07

Oh. Now I understand why my changes to the linker script were in vain that often... Fixed in b88e14ea0729cefad9ecba2cabd3e0649cb19835
astro closed this issue 2020-04-28 07:55:43 +08:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/zynq-rs#20
There is no content yet.