rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
950 stars 502 forks source link

annoying debug rebuilds with F5 #616

Closed PatRuelle closed 8 years ago

PatRuelle commented 10 years ago

I had previously build v1.7 with VS2008. I had downloaded v2.0 and rebuild it with VSX2012 for both release and busmaster_debug. Both builds had an error in that UDS_Protocol.lib could not be found. Since UDS support is schedule for v2.1, I removed "$(SolutionDir)/BIN/Libs/$(OutDir)UDS_Protocol.lib" from both projects via: link > All Options > Additional Options When I went to debug with F5 it reported that FLEXRAY_ETAS_BOA - busmaster_debug Win32 was out of date. I let it build it; several projects were rebuilt. This happens every time I do an F5 even though I haven't changed anything. Any ideas what is causing this? The rebuilds with every F5 is both annoying and time consuming.

RBEI-Prathiba commented 9 years ago

Please check with v2.6.4 and let us know if the issue is resolved