Difference between revisions of "Eclipse CDT projects with bitbake"
From ElphelWiki
Line 41: | Line 41: | ||
− | [[File:Eclipse builders.png| | + | [[File:Eclipse builders.png|500px|thumb|right|Figure 1. Project builders]] |
+ | [[File:Eclipse scp main.png|500px|thumb|right|Figure 2. Configuring SCP to target tool for apps-astreamer project]] | ||
+ | [[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 builders.png|500px|thumb|right|Figure 5. Project builders]] | ||
+ | [[File:Eclipse builders.png|500px|thumb|right|Figure 6. Project builders]] | ||
+ | [[File:Eclipse builders.png|500px|thumb|right|Figure 6. Project builders]] |
Revision as of 16:13, 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