From: Adrian M. <ad...@ne...> - 2007-08-22 19:57:16
|
Getting this with the ST uclibc 4.1 compiler: ERROR: "__udivsi3_i4i" [sound/sh/snd-aica.ko] undefined! ERROR: "__sdivsi3_i4i" [sound/sh/snd-aica.ko] undefined! ERROR: "__sdivsi3_i4i" [sound/core/snd-timer.ko] undefined! ERROR: "__udivsi3_i4i" [sound/core/snd-pcm.ko] undefined! ERROR: "__udivsi3_i4i" [sound/core/snd-page-alloc.ko] undefined! ERROR: "__udivsi3_i4i" [sound/core/oss/snd-pcm-oss.ko] undefined! ERROR: "__sdivsi3_i4i" [sound/core/oss/snd-mixer-oss.ko] undefined! make[1]: *** [__modpost] Error 1 make: *** [modules] Error 2 This is an old error, though, isn't it? I thought it was fixed some time ago? |
From: Adrian M. <ad...@ne...> - 2007-08-22 23:39:58
|
On Wed, 2007-08-22 at 20:56 +0100, Adrian McMenamin wrote: > Getting this with the ST uclibc 4.1 compiler: > > ERROR: "__udivsi3_i4i" [sound/sh/snd-aica.ko] undefined! > ERROR: "__sdivsi3_i4i" [sound/sh/snd-aica.ko] undefined! > ERROR: "__sdivsi3_i4i" [sound/core/snd-timer.ko] undefined! > ERROR: "__udivsi3_i4i" [sound/core/snd-pcm.ko] undefined! > ERROR: "__udivsi3_i4i" [sound/core/snd-page-alloc.ko] undefined! > ERROR: "__udivsi3_i4i" [sound/core/oss/snd-pcm-oss.ko] undefined! > ERROR: "__sdivsi3_i4i" [sound/core/oss/snd-mixer-oss.ko] undefined! > make[1]: *** [__modpost] Error 1 > make: *** [modules] Error 2 > > This is an old error, though, isn't it? I thought it was fixed some time > ago? Further to this - this is my compiler version: adrian@bossclass:~/sh-2.6.23 $ /opt/STM/STLinux-2.3ear/devkit/sh4/bin/sh4-linux-uclibc-gcc --v Using built-in specs. Target: sh4-linux-uclibc Configured with: ../configure --host=i686-pc-linux-gnu --target=sh4-linux-uclibc --prefix=/opt/STM/STLinux-2.3ear/devkit/sh4 --exec-prefix=/opt/STM/STLinux-2.3ear/devkit/sh4 --bindir=/opt/STM/STLinux-2.3ear/devkit/sh4/bin --sbindir=/opt/STM/STLinux-2.3ear/devkit/sh4/sbin --sysconfdir=/opt/STM/STLinux-2.3ear/devkit/sh4/etc --datadir=/opt/STM/STLinux-2.3ear/devkit/sh4/share --includedir=/opt/STM/STLinux-2.3ear/devkit/sh4/include --libdir=/opt/STM/STLinux-2.3ear/devkit/sh4/lib --libexecdir=/opt/STM/STLinux-2.3ear/devkit/sh4/libexec --localstatedir=/opt/STM/STLinux-2.3ear/devkit/sh4/var --sharedstatedir=/opt/STM/STLinux-2.3ear/devkit/sh4/share --mandir=/opt/STM/STLinux-2.3ear/devkit/sh4/man --infodir=/opt/STM/STLinux-2.3ear/devkit/sh4/info --program-prefix=sh4-linux-uclibc- --with-local-prefix=/opt/STM/STLinux-2.3ear/devkit/sh4 --with-sysroot=/opt/STM/STLinux-2.3ear/devkit/sh4/uclibc_target --enable-languages=c,c++ --enable-threads=posix --enable-nls --enable-c99 --enable-long-long --with-system-zlib --enable-shared --enable-multilib --disable-libssp --disable-libmudflap --enable-target-optspace --disable-__cxa_atexit Thread model: posix gcc version 4.1.1 (STMicroelectronics Special) [build Apr 30 2007] For some reason the earlier patch isn't being picked by it. Is __GNUC_STM_RELEASE__ still defined for this compiler, does anyone know? Thanks |
From: Paul M. <le...@li...> - 2007-08-23 01:26:25
|
On Wed, Aug 22, 2007 at 08:56:49PM +0100, Adrian McMenamin wrote: > Getting this with the ST uclibc 4.1 compiler: > > ERROR: "__udivsi3_i4i" [sound/sh/snd-aica.ko] undefined! > ERROR: "__sdivsi3_i4i" [sound/sh/snd-aica.ko] undefined! > ERROR: "__sdivsi3_i4i" [sound/core/snd-timer.ko] undefined! > ERROR: "__udivsi3_i4i" [sound/core/snd-pcm.ko] undefined! > ERROR: "__udivsi3_i4i" [sound/core/snd-page-alloc.ko] undefined! > ERROR: "__udivsi3_i4i" [sound/core/oss/snd-pcm-oss.ko] undefined! > ERROR: "__sdivsi3_i4i" [sound/core/oss/snd-mixer-oss.ko] undefined! > make[1]: *** [__modpost] Error 1 > make: *** [modules] Error 2 > > This is an old error, though, isn't it? I thought it was fixed some time > ago? > See the 'ST compiler silliness' thread. http://marc.info/?l=linuxsh-dev&m=118420995932115&w=2 http://marc.info/?l=linuxsh-dev&m=118423912630664&w=2 |
From: Carl S. <sha...@gm...> - 2007-08-24 20:12:22
|
As far as I remember, ST haven't pushed out a version of the compiler with the new __GNUC_STM_RELEASE__ yet (see the date tag on your compiler). There'll hopefully be some updates out next week for the 2.2. distro which should have them. The 2.3 distro is moving to gcc 4.2.1 (more of a vanilla version than previous ones and currently undergoing internal testing) - I'll make sure and test it against the mainline kernel before we ship it to stop the sillyness ;-) Carl On 8/23/07, Paul Mundt <le...@li...> wrote: > On Wed, Aug 22, 2007 at 08:56:49PM +0100, Adrian McMenamin wrote: > > Getting this with the ST uclibc 4.1 compiler: > > > > ERROR: "__udivsi3_i4i" [sound/sh/snd-aica.ko] undefined! > > ERROR: "__sdivsi3_i4i" [sound/sh/snd-aica.ko] undefined! > > ERROR: "__sdivsi3_i4i" [sound/core/snd-timer.ko] undefined! > > ERROR: "__udivsi3_i4i" [sound/core/snd-pcm.ko] undefined! > > ERROR: "__udivsi3_i4i" [sound/core/snd-page-alloc.ko] undefined! > > ERROR: "__udivsi3_i4i" [sound/core/oss/snd-pcm-oss.ko] undefined! > > ERROR: "__sdivsi3_i4i" [sound/core/oss/snd-mixer-oss.ko] undefined! > > make[1]: *** [__modpost] Error 1 > > make: *** [modules] Error 2 > > > > This is an old error, though, isn't it? I thought it was fixed some time > > ago? > > > See the 'ST compiler silliness' thread. > > http://marc.info/?l=linuxsh-dev&m=118420995932115&w=2 > http://marc.info/?l=linuxsh-dev&m=118423912630664&w=2 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev > |