View Issue Details

IDProjectCategoryView StatusLast Update
0000216easycwmpHelppublic2017-04-24 13:10
Reporterandy_yang Assigned Tomohamed.kallel  
PriorityimmediateSeverityblockReproducibilityalways
Status resolvedResolutionno change required 
PlatformlinuxOSopenwrtOS Versionopenwrt15
Summary0000216: There is no --enable-debug and --enable-devel options when I build easycwmp on the openwrt15
Descriptionwhen I build easycwmp by use following command:
make package/easycwmp/compile V=99

I find that configure there is --enable-debug and --enable-devel options.But the Makefile have define the two options:

PKG_CONFIG_DEPENDS:= \
        CONFIG_EASYCWMP_DEBUG \
        CONFIG_EASYCWMP_DEVEL
...
ifeq ($(CONFIG_EASYCWMP_DEBUG),y)
CONFIGURE_ARGS += \
        --enable-debug
endif

ifeq ($(CONFIG_EASYCWMP_DEVEL),y)
CONFIGURE_ARGS += \
        --enable-devel
endif
Steps To Reproducemessage is as following:
.....
 ./configure --target=arm-marvell-linux-uclibcgnueabi --host=arm-marvell-linux-uclibcgnueabi --build=i686-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --sysconfdir=/etc --datadir=/usr/share --localstatedir=/var --mandir=/usr/man --infodir=/usr/info --disable-nls --with-uci-include-path=/disk2/yang.yong/work/develop/VIX10/mv6560/openwrt/staging_dir/target-arm-marvell-linux-uclibcgnueabi/usr/include --with-libubox-include-path=/disk2/yang.yong/work/develop/VIX10/mv6560/openwrt/staging_dir/target-arm-marvell-linux-uclibcgnueabi/usr/include --with-libubus-include-path=/disk2/yang.yong/work/develop/VIX10/mv6560/openwrt/staging_dir/target-arm-marvell-linux-uclibcgnueabi/usr/include --enable-jsonc=1 ; fi; )
....
Additional InformationI doubt that the define PKG_CONFIG_DEPENDS don't be included by openwrt rule.
TagsNo tags attached.
e-mail notification

Activities

andy_yang

2017-04-21 03:40

reporter  

andy_yang

2017-04-21 03:42

reporter   ~0000687

there is a line errror in the Description :
I find that configure there is --enable-debug and --enable-devel options.
it should be :
I find that configure there is no --enable-debug and --enable-devel options.

mohamed.kallel

2017-04-21 10:34

administrator   ~0000688

Did you select debug options in the make menuconfig ---> utilities --> easycwmp ?

andy_yang

2017-04-24 03:11

reporter   ~0000689

Oh, it's my careless. Thanks for your help!

Issue History

Date Modified Username Field Change
2017-04-21 03:40 andy_yang New Issue
2017-04-21 03:40 andy_yang File Added: compile_log_and_Makefile.rar
2017-04-21 03:42 andy_yang Note Added: 0000687
2017-04-21 10:34 mohamed.kallel Note Added: 0000688
2017-04-24 03:11 andy_yang Note Added: 0000689
2017-04-24 13:10 mohamed.kallel Status new => resolved
2017-04-24 13:10 mohamed.kallel Resolution open => no change required
2017-04-24 13:10 mohamed.kallel Assigned To => mohamed.kallel