Code Monkey home page Code Monkey logo

Comments (4)

dziurka avatar dziurka commented on July 20, 2024 1

You are absolutely right. I did not include all directories for gcc. My fault. Thank you for your time.
Topic to close.

from vs-code-stm32-ide.

schperplata avatar schperplata commented on July 20, 2024

Hmmm. I would need a little more info. Can you share your buildData.json from this workspace .vscode folder and toolsPaths.json from "$HOME/.config/Code/User/")?
Or ideally, just pack whole project?

Also, are you using the latest ideScripts version?

from vs-code-stm32-ide.

dziurka avatar dziurka commented on July 20, 2024

Thanks for the quick response. I downloaded ideScripts directly from the git.
builtData.json does not have any data and toolsPaths.json does not exist.
Link to the project: link.

My all paths:
1. /home/dziura/STMProjects/VSCODE/arm-none-eabi-gcc 2. /usr/bin/make' 3. /usr/bin/openocd 4. /usr/share/openocd/scripts/target/stm32f4x_stlink.cfg 5. /usr/share/openocd/scripts/target/stm32f4x.cfg 6. /home/dziura/STMProjects/VSCODE/STM32F40x.svd

STM32F40x.svd and arm-none-eabi-gcc are downloaded from the pages indicated in readme.

Command to run script:
dziura@dziura-nb ~/STMProjects/IDETEST/ide $ python3 ideScripts/updatePaths.py

My OS is Solus Linux.

from vs-code-stm32-ide.

schperplata avatar schperplata commented on July 20, 2024

Since I don't use Linux, maybe @poshcoe could tell more about gcc and make paths.

Anyway, I assume here is the problem:

 gccExeFolderPath = os.path.dirname(gccExePath)
 gccFolderPath = os.path.dirname(gccExeFolderPath)
 searchPath = os.path.join(gccFolderPath, "lib", "gcc", "arm-none-eabi")

 fileName = "stdint.h"
 filePath = findFileInFolderTree(searchPath, fileName) # returns None
 folderPath = os.path.dirname(filePath) # fails

As it seems, findFileInFolderTree() is unable to find stdint.h file in your GCC directory. Is this file really accessible? Did you manually change/rename GCC folder structure?

from vs-code-stm32-ide.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.