Rob Walton

Results 23 comments of Rob Walton

The task list was out of date. We're not planning on pulling mbedls code into this project. We need to find an alternative solution. I've updated the task list to...

Hi @kvkc97 could you post your custom_targets.json? It's a possibility that the docs are incorrect, or I've messed something up as I've only tried it with one example so far.

It looks like you haven't named your target from the screenshot. The key in the outer dictionary should be the target name, e.g ``` { "MYTARGET": { "inherits": ["Target"] ......

> I have added the target name in custom_targets.json file. Since build command is not available in mbed-tools, i used configure command as follows. > mbed-tools configure -m MYTARGET -t...

> I have used both compile and configure commands but both generate error. I have attached the screenshot of the same. > ![image](https://user-images.githubusercontent.com/73599382/104163946-354dad80-541d-11eb-8b0d-e4fdcee526a0.png) OK. I'll take a look. Could you...

Thanks. Your target is marked `public: false` so the `targets.json` parser ignores it. If you set `public: true` it should find the target attributes. I'm still getting another error from...

Interesting. The error I'm seeing now is: ``` mbedtools --traceback compile -t GCC_ARM -m MYTARGET -c Configuring project and generating build system... -- The C compiler identification is GNU 9.2.1...

> The following is the output I got while giving the mentioned command. > ![image](https://user-images.githubusercontent.com/73599382/104202933-8b3c4880-5451-11eb-8109-d88bccd0e0a4.png) > I have added the custom target json file outside the mbed os libraray and...

> Should I reinstall mbed cli2 in a virtual env? You do appear to be using PyPI release 4.5.0 at the moment. If you want to try out custom targets...

> By when can we expect an official release? I'll update the issues when the feature is merged. Should be within the next couple of weeks.