getting error while adding 'gpsd'

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

getting error while adding 'gpsd'

1,452 Views
ramakrishnakatt
Contributor II

chrpath -d "/home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/build_t1040rdb_release/tmp/work/ppce5500-fsl-linux/gpsd/3.7-r6/image/usr/sbin/gpsd"

| section size was read as 2097152, not 32!

| elf_open: Success

| scons: *** [/home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/build_t1040rdb_release/tmp/work/ppce5500-fsl-linux/gpsd/3.7-r6/image/usr/sbin/gpsd] Error 1

| scons: building terminated because of errors.

| ERROR: scons install execution failed.

| ERROR: Function failed: do_install (see /home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/build_t1040rdb_release/tmp/work/ppce5500-fsl-linux/gpsd/3.7-r6/temp/log.do_install.8035 for further information)

ERROR: Task 834 (/home/asr907/SDK/QorIQ-SDK-T1040-BSP0.2-20140310-yocto/meta-oe/meta-oe/recipes-navigation/gpsd/gpsd_3.7.bb, do_install) failed with exit code '1'

NOTE: Tasks Summary: Attempted 2329 tasks of which 2321 didn't need to be rerun and 1 failed.

Waiting for 0 running tasks to finish:

0 Kudos
1 Reply

868 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Rama Krishna Katta,

This problem is caused by chrpath native package problem, updating chrpath to 0.16 from 0.14 could solve this problem, please refer to the following.

I attached chrpath 0.16 package recipes for you.

1. Please execute the command "bitbake chrpath-native -c clean".

2. Remove the original recipe folder "meta/recipes-devtools/chrpath".

3. Use the attached recipes folder to replace the original one.

4. continue to build gpsd "bitbake gpsd", and the new chrpath native command will be used.

I have verified it on my host environment, if you have any problem, please feel free to let me know.


Have a great day,
Yiping

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos