1.10.0 release
[HOTFIX] rename pushBack() to push_back() for i2c

Change-Id: I631ce4aa28b5194b986ef5c4b0070ee884ff7a4f
Signed-off-by: Monika Wenger <wenger@fortiss.org>
1 file changed
tree: fa2f02a33deb2482fbdd6b09b0c20704f3e4c666
  1. .tito/
  2. buildsupport/
  3. doc/
  4. src/
  5. systemd/
  6. systemtests/
  7. tests/
  8. .cproject
  9. .gitignore
  10. .gitreview
  11. .project
  12. 4diac-forte.spec
  13. about.html
  14. CMakeLists.txt
  15. Doxyfile
  16. epl-v10.html
  17. forte_config.h.in
  18. fortestyle.xml
  19. notice.html
  20. README.md
  21. setup_digime74.sh
  22. setup_lmsEv3.sh
  23. setup_phycoreat91.sh
  24. setup_plcnext.sh
  25. setup_posix-ppc.sh
  26. setup_posix.sh
README.md

Building 4DIAC Forte

Standard POSIX build

./setup_posix.sh
cd bin/posix
make

Resetting CMake files

In case you ran CMake with invalid options it might help to reset the CMake state by deleting CMake intermediate files:

rm -Rf CMakeCache.txt CMakeFiles/

Building a local RPM

For building local RPMs you can use (tito)[https://github.com/dgoodwin/tito]

tito build --test --rpm