I would like to use Dev Studio, to debug my target as quick as possible.
But, when I would like to use it, some symbols like LE_… are not found.
Do you know if dev studio can be used with WP7702 ?
Thanks a lot for your feedback !
Best regards
I would guess that you haven’t installed the relevant dev studio packages for the module and legato version you are trying to use. Dev studio won’t find the toolchains that are part of the command line workflow by default.
In the Vm, there are no pre installed Target Platerform
I created a new plateform :
From Preference > DevStudio > TargetPlaterform> Create…
I name it ChallengeTarget
Module: WP77XX
Targetr Platefrom status : the tarhet platerform is valid
Toolchain: empty window
Application frameworl:
I selected Legato App Frmk (0.0.0778cd395-3ee7-4076-bad4-733a0fabcaac) (This one that I’ve added following your instructions)
=> Apply and close
Ok, I think this is the problem.
you first need to install the latest official WP77 SDK from the Packages perspective, in Available Packages view.
Then, in the Target Platform, you need to clone the Built-in one created following your install, and replace the Legato framework package with the one pointing at ~/legato_framework/legato
Then, by using this new target platform, project build should be OK.