Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Process to update a BSP to QNX SDP 6.6: (2 Items)
   
Process to update a BSP to QNX SDP 6.6  
Hello,
I try to compile the BSP soft for I.MX53 QSB board using the instruction from QNX SDP 6.6.0 BSPs manual, chapter 4: 
Process to update a BSP to QNX SDP 6.6, but I can't figure out how to fix this error:
C:\qnx660\host\win32\x86\usr\bin\arm-unknown-nto-qnx6.6.0eabi-ld: error: no memory region specified for loadable section
 `.note.gnu.build-id'
Should I add a new memory section in mx53qsb.lnk file?
Can anyone give me a workaround solution?
Re: Process to update a BSP to QNX SDP 6.6  
Looks like in the .lnk file of the example BSP there is added the following line in the text section:
				*(.note.gnu.build-id)
between the *(.text) and *(.rodata*) lines.  That got it to proceed with the link, but now I have undefineds...