Re: [PATCH 1/9] nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue.

2018-04-19 Thread Arnd Bergmann
On Thu, Apr 19, 2018 at 3:18 PM, Greentime Hu wrote: > We can use the generic lib to fix these error because the symbol of > libgcc in toolchain is not exported. > > ERROR: "__ucmpdi2" [fs/xfs/xfs.ko] undefined! > ERROR: "__ashrdi3" [fs/xfs/xfs.ko] undefined! > ERROR:

Re: [PATCH 1/9] nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue.

2018-04-19 Thread Arnd Bergmann
On Thu, Apr 19, 2018 at 3:18 PM, Greentime Hu wrote: > We can use the generic lib to fix these error because the symbol of > libgcc in toolchain is not exported. > > ERROR: "__ucmpdi2" [fs/xfs/xfs.ko] undefined! > ERROR: "__ashrdi3" [fs/xfs/xfs.ko] undefined! > ERROR: "__lshrdi3" [fs/xfs/xfs.ko]

[PATCH 1/9] nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue.

2018-04-19 Thread Greentime Hu
We can use the generic lib to fix these error because the symbol of libgcc in toolchain is not exported. ERROR: "__ucmpdi2" [fs/xfs/xfs.ko] undefined! ERROR: "__ashrdi3" [fs/xfs/xfs.ko] undefined! ERROR: "__lshrdi3" [fs/xfs/xfs.ko] undefined! ERROR: "__ashldi3" [fs/ntfs/ntfs.ko] undefined! ...

[PATCH 1/9] nds32: lib: To use generic lib instead of libgcc to prevent the symbol undefined issue.

2018-04-19 Thread Greentime Hu
We can use the generic lib to fix these error because the symbol of libgcc in toolchain is not exported. ERROR: "__ucmpdi2" [fs/xfs/xfs.ko] undefined! ERROR: "__ashrdi3" [fs/xfs/xfs.ko] undefined! ERROR: "__lshrdi3" [fs/xfs/xfs.ko] undefined! ERROR: "__ashldi3" [fs/ntfs/ntfs.ko] undefined! ...