Add_group: name %s already present in

I’m new so be kind :wink:

I’m not sure I’m posting this is the right place, there is no ArduSub category.

I see that other have had this error before me but I don’t see a resolution.

I’ve run
./waf configure --board=sitl
followed by
./waf build sub

I added a print statement to modules/waf/waflib/Build.py to find that the “name” is git_submodules.

To see if I could just ignore it I commented out the raise Errors.WafError(’… line
added a print statement and added an else around the rest of the routine.

That seems to have put me in an infinite loop going over the same 3 modules

git_submodules
dynamic_sources
build
git_submodules
dynamic_sources
build
git_submodules
dynamic_sources
build

Anyone get past this?

Thanks

Sorry, never mind. I started fresh but skipped the git checkout Sub-3.6 suggested in

  https://www.ardusub.com/developers/developers.html#compiling

It seems to working fine now.