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 <http://application.mk>`
> uses `OCPI_TOOL_DIR`, not `OCPI_TARGET_DIR` on line 63.
> Looks like this was erroneously changed in !1075
> <https://gitlab.com/opencpi/opencpi/-/merge_requests/1075/diffs#e4890d4e4f9670ca41088cb1537380f349dee4dc>.
> 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_at_lists.opencpi.org
> To unsubscribe send an email todiscuss-leave_at_lists.opencpi.org
Received on Wed Apr 26 2023 - 14:49:53 CDT