You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building for multiple boards, the object files from the shared sources src/ end up in the same directory, i.e. _build/src/.
I gave it a shot and tried to fix it, but can't come up with a simple solution. Creating this issue for visibility. For now, one has to remove _build before building for a different board, otherwise the usb descriptor etc will be reused from the previous build.
The text was updated successfully, but these errors were encountered:
For ecp5 I already took out the tinyusb build system because it was too inflexible. If you want I can make the same change for the other platforms which will actually simplify things for ecp5? The changes I made already almost address this issue because otherwise you get namespace clashes (or at least the potential for them)....wouldn't be difficult to prepend the target name into the build output directory.
When building for multiple boards, the object files from the shared sources
src/
end up in the same directory, i.e._build/src/
.I gave it a shot and tried to fix it, but can't come up with a simple solution. Creating this issue for visibility. For now, one has to remove _build before building for a different board, otherwise the usb descriptor etc will be reused from the previous build.
The text was updated successfully, but these errors were encountered: