Giter Club home page Giter Club logo

Comments (3)

Airrr17 avatar Airrr17 commented on July 27, 2024

Please share a bin file.

from gpslogger.

Airrr17 avatar Airrr17 commented on July 27, 2024

I run:
C:\cmake-3.13.0-rc3-win32-x86\bin\cmake.exe "-DTOOLCHAIN_PREFIX=c:/Users/USER/AppData/Roaming/GNU Tools ARM Embedded" -G "MinGW Makefiles" c:\GPSLogger-master\

-- No TARGET_TRIPLET specified, using default: arm-none-eabi
-- No STM32_FAMILY specified, trying to get it from STM32_CHIP
-- Selected STM32 family: F1
-- The C compiler identification is GNU 7.2.1
-- The CXX compiler identification is GNU 7.2.1
-- Check for working C compiler: c:/Users/USER/AppData/Roaming/GNU Tools ARM Em
bedded/bin/arm-none-eabi-gcc.exe
-- Check for working C compiler: c:/Users/USER/AppData/Roaming/GNU Tools ARM Em
bedded/bin/arm-none-eabi-gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: c:/Users/USER/AppData/Roaming/GNU Tools ARM
Embedded/bin/arm-none-eabi-g++.exe
-- Check for working CXX compiler: c:/Users/USER/AppData/Roaming/GNU Tools ARM
Embedded/bin/arm-none-eabi-g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The ASM compiler identification is GNU
-- Found assembler: c:/Users/USER/AppData/Roaming/GNU Tools ARM Embedded/bin/ar
m-none-eabi-gcc.exe
-- Adjusting linker flags to enable map file generation
-- TARGET_LD_FLAGS = -Wl,-Map,GPSLogger.map -Wl,--cref
-- No linker script specified, generating default
-- STM32F103CB has 128KiB of flash memory and 20KiB of RAM
-- Configuring done
-- Generating done
-- Build files have been written to: C:/GPSLogger-master

after this - c:\MinGW\bin\mingw32-make.exe GPSLogger.bin
[..........]
[100%] Linking CXX executable GPSLogger
text data bss dec hex filename
41072 1084 14508 56664 dd58 GPSLogger
[100%] Built target GPSLogger
Scanning dependencies of target GPSLogger.bin
[100%] Built target GPSLogger.bin

but when i flash the bin file nothing happens :(((

from gpslogger.

Airrr17 avatar Airrr17 commented on July 27, 2024

builds good until 93%

C:\GPSLogger-master\Libs\STM32generic\libraries\SPI\src/SPI.h: In member function 'uint8_t SPIClass::transfer(uint8_t)':
C:\GPSLogger-master\Libs\STM32generic\libraries\SPI\src/SPI.h:213:5: warning: th
is 'while' clause does not guard... [-Wmisleading-indentation]
while(__HAL_SPI_GET_FLAG(&spiHandle, SPI_FLAG_TXE) == RESET);

same on
SPI.h:215:2
SPI.h:226:5
and
C:\GPSLogger-master\Libs\STM32generic\libraries\SPI\src/SPI.h:233:2: note: ...th
is statement, but the latter is misleadingly indented as if it were guarded by t
he 'while'
uint16_t ret = spiHandle.Instance->DR & 0xffff;

so far 12 warnings all about while(__HAL_SPI_GET_FLAG(&spiHandle,.....
any help, please?

from gpslogger.

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.