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

[Bug][Descriptions] #100

Open
af1964 opened this issue Dec 27, 2024 · 0 comments
Open

[Bug][Descriptions] #100

af1964 opened this issue Dec 27, 2024 · 0 comments

Comments

@af1964
Copy link

af1964 commented Dec 27, 2024

Describe the bug
A clear and concise description of what the bug is.

Version (please complete the following information):

  • IDF Version: esp-idf-v5.3.2
  • SoC Chip: [e.g. ESP32-S2]
  • Hardware: spécific : with just MCP6050

To Reproduce
Steps to reproduce the behavior:

  1. idf.py set-target esp32s2
  2. idf.py menuconfig
  3. idf.build
  4. error during build step : r/modules/src/crtp_commander_generic.c.obj -c C:/esp-drone/components/crazyflie/modules/src/crtp_commander_generic.c
    C:/esp-drone/components/crazyflie/modules/src/crtp_commander_generic.c: In function 'fullStateDecoder':
    C:/esp-drone/components/crazyflie/modules/src/crtp_commander_generic.c:337:3: error: 'quatdecompress' accessing 16 bytes in a region of size 4 [-Werror=stringop-overflow=]
    337 | quatdecompress(values->quat, (float *)&setpoint->attitudeQuaternion.q0);
    | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Expected behavior

After that the expected obj file doesn't exist (position_estimator_altitude.c.obj) abd the build failed.

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

1 participant