diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 6e0ded2f17..dc609f47dc 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
| @@ -1340,6 +1340,40 @@ | |||
| 1340 | "Project" menu. | 1340 | "Project" menu. |
| 1341 | The console should update and you can note the cross-compiler | 1341 | The console should update and you can note the cross-compiler |
| 1342 | you are using. | 1342 | you are using. |
| 1343 | <note> | ||
| 1344 | When building "Yocto Project ADT Autotools" projects, the Eclipse | ||
| 1345 | IDE might display error messages for Functions/Symbols/Types | ||
| 1346 | that cannot be "resolved", even when the related include file | ||
| 1347 | is listed at the project navigator and when the project is | ||
| 1348 | able to build. | ||
| 1349 | For these cases only, it is recommended to add a new linked | ||
| 1350 | folder to the appropriate sysroot. | ||
| 1351 | Use these steps to add the linked folder: | ||
| 1352 | <orderedlist> | ||
| 1353 | <listitem><para> | ||
| 1354 | Select the project. | ||
| 1355 | </para></listitem> | ||
| 1356 | <listitem><para> | ||
| 1357 | Select "Folder" from the | ||
| 1358 | <filename>File > New</filename> menu. | ||
| 1359 | </para></listitem> | ||
| 1360 | <listitem><para> | ||
| 1361 | In the "New Folder" Dialog, select "Link to alternate | ||
| 1362 | location (linked folder)". | ||
| 1363 | </para></listitem> | ||
| 1364 | <listitem><para> | ||
| 1365 | Click "Browse" to navigate to the include folder inside | ||
| 1366 | the same sysroot location selected in the Yocto Project | ||
| 1367 | configuration preferences. | ||
| 1368 | </para></listitem> | ||
| 1369 | <listitem><para> | ||
| 1370 | Click "OK". | ||
| 1371 | </para></listitem> | ||
| 1372 | <listitem><para> | ||
| 1373 | Click "Finish" to save the linked folder. | ||
| 1374 | </para></listitem> | ||
| 1375 | </orderedlist> | ||
| 1376 | </note> | ||
| 1343 | </para> | 1377 | </para> |
| 1344 | </section> | 1378 | </section> |
| 1345 | 1379 | ||
