Yes, that is probably a better workaround/fix.  It is still not ultimately the correct fix (since it does not allow for running what you are building), but that is more work...

Just to clarify:  optimized builds and unoptimized builds can both be done and coexist, for the same platform, including the host platform.

And there are other build variants that are possible (not yet fully supported).

So what you are building and what you are running is the "target", which may be different than the "tool", even if the platform is the same.

Jim

On 4/26/23 10:43 AM, Dominic Walters via discuss wrote:
Hi,

Right, my local `cdk/include/application.mk` uses `OCPI_TOOL_DIR`, not `OCPI_TARGET_DIR` on line 63.
Looks like this was erroneously changed in !1075.
I'll make a bug report.
Fix here is to change that line to use `OCPI_TOOL_DIR`.

Kind Regards,
D. Walters


_______________________________________________
discuss mailing list -- discuss@lists.opencpi.org
To unsubscribe send an email to discuss-leave@lists.opencpi.org