Problem with arm gcc in WICED

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
vtunr
Level 4
Level 4
10 likes received 5 sign-ins First like received

Hi,

I have quite a big issue with arm gcc provided with WICED.

When I try to build i have :

arm-none-eabi-gcc.exe: error: CreateProcess: No such file or directory

If I take one save i had from several month, it's working.

From the non working, if I just extract a new SDK, it's still not working.

I check a bit what arm gcc couldn't find and I found out that it was that it couldn't find other exe.

Working :

arm-none-eabi-gcc.exe -print-prog-name=cc1

c:/users/xxx/43xxx_wi-fi/tools/arm_gnu/bin/win32/internal/cc1.exe

Not working :

arm-none-eabi-gcc.exe -print-prog-name=cc1

cc1

I dump config for both and it's exactly the same, I checked the path that it search on (with -print-search-dirs) and they also are the same.

Also if I take one arm gcc i have for other project, I don't have a similar issue.

SDK is share internally in my company through git, and if clone the repo in another computer I have the same issue.

I tried replacing the whole ARM_GNU folder with the one working, same issue.

Basically, if I don't use the save, it's not working.

I'd like to understand what's wrong so I can fix this issue as i don't want to use an old save as once pushed on git, also have the issue.

I really need some help for that.

Regards,

Tony

0 Likes
1 Solution
vtunr
Level 4
Level 4
10 likes received 5 sign-ins First like received

Just a quick update, i found what was the issue :

Don't mkdir or clone the SDK from WSL (Windows Subsystem for Linux).

Tony

View solution in original post

0 Likes
3 Replies