Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bobbin not detecting arm-none-eabi-gcc #8

Closed
OtaK opened this issue Apr 23, 2019 · 2 comments
Closed

Bobbin not detecting arm-none-eabi-gcc #8

OtaK opened this issue Apr 23, 2019 · 2 comments

Comments

@OtaK
Copy link

OtaK commented Apr 23, 2019

Hey,

I'm setting up and embedded toolchain and I've noticed that bobbin is not able to find my gcc.

I noticed that it does check versions through regexing on the output of arm-none-eabi-gcc --version. I think the matching groups are incorrect, but I don't really know why.

Here's my output of arm-none-eabi-gcc --version:

$ arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Tools for Arm Embedded Processors 8-2018-q4-major) 8.2.1 20181213 (release) [gcc-8-branch revision 267074]
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

bobbin check output:

$ bobbin check
    Bobbin 0.8.5
      Rust 1.34.0 (91856ed52 2019-04-10)
     Cargo 1.34.0 (6789d8a0a 2019-04-01)
     Xargo 0.3.13
       GCC Not Found
   OpenOCD 0.10.0
     JLink V6.44g (Compiled Apr 18 2019 17:15:12)
     Bossa 
    Teensy Not Found
  dfu-util 0.9

@jcsoo
Copy link
Contributor

jcsoo commented Apr 24, 2019

I will test things out with the 8.2 toolchain to see if I can reproduce. It sounds like a Regex pattern issue.

@jcsoo
Copy link
Contributor

jcsoo commented May 11, 2019

Simplified the GCC version detection regex so that it ignores changes within the long description.

@jcsoo jcsoo closed this as completed May 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants