[CRIU] Questions in CRIU restore mechanism.
Chanho Park
chanho61.park at samsusng.com
Tue Mar 26 19:47:30 EDT 2013
> -----Original Message-----
> From: Cyrill Gorcunov [mailto:gorcunov at gmail.com] On Behalf Of Cyrill
> Gorcunov
> Sent: Tuesday, March 26, 2013 9:39 PM
> To: Chanho Park
> Cc: 'Alexander Kartashov'; 'myungjoo.ham'; jh80.chung at samsung.com; 'crml';
> chanho61.park at samsung.com; hj210.choi at samsung.com
> Subject: Re: [CRIU] Questions in CRIU restore mechanism.
>
> On Tue, Mar 26, 2013 at 09:27:39PM +0900, Chanho Park wrote:
> >
> > Hi,
> > I had below compilation error during build crtools
>
> Could you please check if the patch below workaround the problem?
> ---
> diff --git a/pie/pie.lds.S.in b/pie/pie.lds.S.in index 7be2eda..cbdfaa9
> 100644
> --- a/pie/pie.lds.S.in
> +++ b/pie/pie.lds.S.in
> @@ -10,6 +10,8 @@ SECTIONS
> . = ALIGN(32);
> *(.bss*)
> . = ALIGN(32);
> + *(.got*)
> + . = ALIGN(32);
> } =0x00000000
>
> /DISCARD/ : {
Hi Cyrill,
The build is successful after applying your patch.
Thank you for your effort.
Best regards,
Chanho Park
More information about the CRIU
mailing list