Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. prosv5 make
  2. Compiling src/robot/purepursuit.cpp [WARNINGS]
  3. In file included from c:\program files\pros\toolchain\usr\arm-none-eabi\include\c++\7.2.1\vector:69:0,
  4. from ./include/okapi/api/chassis/controller/chassisScales.hpp:14,
  5. from ./include/okapi/api/chassis/controller/chassisController.hpp:10,
  6. from ./include/okapi/api/chassis/controller/chassisControllerIntegrated.hpp:10,
  7. from ./include/okapi/api.hpp:10,
  8. from ./include/main.h:24,
  9. from src/robot/purepursuit.cpp:1:
  10. c:\program files\pros\toolchain\usr\arm-none-eabi\include\c++\7.2.1\bits\vector.tcc: In member function 'void std::vector<_Tp, _Alloc>::_M_realloc_insert(std::vector<_Tp, _Alloc>::iterator, _Args&& ...) [with _Args = {const std::array<double, 2>&}; _Tp = std::array<double, 2>; _Alloc = std::allocator<std::array<double, 2> >]':
  11. c:\program files\pros\toolchain\usr\arm-none-eabi\include\c++\7.2.1\bits\vector.tcc:394:7: note: parameter passing for argument of type 'std::vector<std::array<double, 2> >::iterator {aka __gnu_cxx::__normal_iterator<std::array<double, 2>*, std::vector<std::array<double, 2> > >}' changed in GCC 7.1
  12. vector<_Tp, _Alloc>::
  13. ^~~~~~~~~~~~~~~~~~~
  14. src/robot/purepursuit.cpp: In function 'std::vector<std::array<double, 2> > injectPoints(std::initializer_list<Point>, int)':
  15. src/robot/purepursuit.cpp:4:36: note: parameter passing for argument of type 'std::initializer_list<Point>' changed in GCC 7.1
  16. std::vector<std::array<double, 2>> injectPoints(std::initializer_list<Point> waypoints, int spacing){
  17. ^~~~~~~~~~~~
  18. In file included from c:\program files\pros\toolchain\usr\arm-none-eabi\include\c++\7.2.1\vector:64:0,
  19. from ./include/okapi/api/chassis/controller/chassisScales.hpp:14,
  20. from ./include/okapi/api/chassis/controller/chassisController.hpp:10,
  21. from ./include/okapi/api/chassis/controller/chassisControllerIntegrated.hpp:10,
  22. from ./include/okapi/api.hpp:10,
  23. from ./include/main.h:24,
  24. from src/robot/purepursuit.cpp:1:
  25. c:\program files\pros\toolchain\usr\arm-none-eabi\include\c++\7.2.1\bits\stl_vector.h:948:21: note: parameter passing for argument of type '__gnu_cxx::__normal_iterator<std::array<double, 2>*, std::vector<std::array<double, 2> > >' changed in GCC 7.1
  26. _M_realloc_insert(end(), __x);
  27. ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~
  28. Adding timestamp [OK]
  29. Linking project with okapilib,libpros [OK]
  30. Section sizes:
  31. text data bss total hex filename
  32. 458.23KB 3.26KB 47.59MB 48.04MB 3009852 bin/monolith.elf
  33. Creating bin/monolith.bin for VEX EDR V5 [DONE]
  34. Capturing metadata for PROS Editor...
  35.  
  36. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement