Difference between revisions of "Eclipse CDT projects with bitbake"
From ElphelWiki
Line 45: | Line 45: | ||
[[File:Eclipse scp options.png|500px|thumb|right|Figure 3. Configuring SCP to target tool for apps-astreamer project(options)]] | [[File:Eclipse scp options.png|500px|thumb|right|Figure 3. Configuring SCP to target tool for apps-astreamer project(options)]] | ||
[[File:Eclipse ccpp build.png|500px|thumb|right|Figure 4. C/C++ Build ⇒ Builder Settings]] | [[File:Eclipse ccpp build.png|500px|thumb|right|Figure 4. C/C++ Build ⇒ Builder Settings]] | ||
− | [[File:Eclipse | + | [[File:Eclipse ccpp build behavior.png|500px|thumb|right|Figure 5. C/C++ Build ⇒ Behavior]] |
− | [[File:Eclipse | + | [[File:File:Eclipse ccpp build refresh.png|500px|thumb|right|Figure 6. C/C++ Build ⇒ Refresh Policy]] |
− | [[File:Eclipse | + | [[File:Eclipse source location.png|500px|thumb|right|Figure 7. C/C++ General ⇒ Paths and Symbols ⇒ Source Location]] |
Revision as of 16:22, 21 November 2017
├── bitbake-logs -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/temp ├── eclipse_project_setup │ ├── .externalToolBuilders │ │ └── SCP apps-gps to target.launch │ ├── .cproject │ └── .project ├── .externalToolBuilders │ └── SCP apps-gps to target.launch ├── image -> /home/eyesis/nc393/elphel393/poky/build/tmp/work/cortexa9-neon-poky-linux-gnueabi/apps-gps/1_0-26/image ├── scripts -> ../../scripts/ │ ├── run_bitbake.sh │ └── used_files.py ├── src │ ├── .depend │ ├── exifgen.c │ ├── exifgen.h │ ├── garmin.h │ ├── garminusb2exif.c │ ├── garminusb2nmea.c │ ├── imu_setup.php │ ├── logger_launcher.php │ ├── log_imu.c │ ├── Makefile │ ├── nmea2exif │ ├── nmea2exif.c │ ├── nmeagen.c │ ├── nmeagen.h │ ├── read_imu_log.php │ └── start_gps_compass.php ├── sysroots -> /home/eyesis/nc393/elphel393/poky/build/tmp/sysroots ├── .cproject ├── .gitignore ├── LICENSE ├── Makefile ├── .project ├── README.md └── VERSION