Jump to content

building L3 kernel against L5 source


Guest hecatae

Recommended Posts

Guest hecatae

arch/arm/mach-msm/qdsp5/snd.c: In function 'snd_ioctl':
arch/arm/mach-msm/qdsp5/snd.c:965: error: 'bt_nerc' undeclared (first use in this function)
arch/arm/mach-msm/qdsp5/snd.c:965: error: (Each undeclared identifier is reported only once
arch/arm/mach-msm/qdsp5/snd.c:965: error: for each function it appears in.)
arch/arm/mach-msm/qdsp5/snd.c:971: error: 'umsg' undeclared (first use in this function)
arch/arm/mach-msm/qdsp5/snd.c:978: error: 'SND_SET_NREC_PROC' undeclared (first use in this function)
arch/arm/mach-msm/qdsp5/snd.c:979: error: 'bt_nerc_rep' undeclared (first use in this function)
make[2]: *** [arch/arm/mach-msm/qdsp5/snd.o] Error 1
make[1]: *** [arch/arm/mach-msm/qdsp5] Error 2
make[1]: *** Waiting for unfinished jobs....
[/code]

github is here: https://github.com/hecatae/L5_kernel

Link to comment
Share on other sites

Guest hecatae

got past: new errors:

drivers/input/sensor/bma250_driver.c: In function 'bma250_set_ee_w':
drivers/input/sensor/bma250_driver.c:558: warning: 'data' may be used uninitialized in this function
error, forbidden warning: bma250_driver.c:558
make[3]: *** [drivers/input/sensor/bma250_driver.o] Error 1
make[2]: *** [drivers/input/sensor] Error 2
make[1]: *** [drivers/input] Error 2
make: *** [drivers] Error 2
make: *** Waiting for unfinished jobs....
[/code] and
[code]In file included from net/ipv4/netfilter/ipt_LOG.c:27:
include/net/netfilter/xt_log.h: In function 'sb_close':
include/net/netfilter/xt_log.h:50: warning: value computed is not used

all changes uploaded to github

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.