Jesse Stone

Results 59 comments of Jesse Stone

好的 不客氣 有寄coxid-x9 info 給您 但hotmai 會審查封信 要注意些

done. https://www.mediafire.com/view/vi5fojxvh99vdxi/awtk_demo.png 9. gdb debug [option] gedit ./awtk_config.py OS_FLAGS='-Wall -Os -fno-strict-aliasing ' ~change to OS_FLAGS='-Wall -fno-strict-aliasing ' gedit ./SConstruct env = DefaultEnvironment( ENV = os.environ, CCFLAGS = awtk.CCFLAGS + APP_CCFLAGS...

if in eclipse u need gdb command before debug set solib-absolute-prefix /root/nt9832x/na51068_sdk_nand/gui/awtk-linux-fb set solib-search-path /opt/ivot/arm-ca9-linux-gnueabihf-6.5/arm-ca9-linux-gnueabihf/sysroot/lib:/opt/ivot/arm-ca9-linux-gnueabihf-6.5/arm-ca9-linux-gnueabihf/sysroot/usr/lib:/root/nt9832x/na51068_sdk_nand/gui/awtk-linux-fb/lib:/root/nt9832x/na51068_sdk_nand/gui/awtk-linux-fb/bin

for u debug my man~using eclipse Luna SR2 and openjdk 8 http://fatalfeel.blogspot.com/2013/12/awtk-framebuffer-gui.html

very good~~~ https://www.zlg.cn/index/pub/awtk.html

most arm target support tftp upload this is a sample may be you can use it~ https://fatalfeel.blogspot.com/2013/12/build-tftp-upload-to-ipmi-board.html

Here is the process of porting to embeeded linux on arm64 & demo for your reference AWTK is easy to use. Thanks to Master Lee for sharing more than ten...

#thank u sir CPU_NUM=$(grep processor /proc/cpuinfo | awk '{field=$NF};END{print field+1}') echo "CPU number = "$CPU_NUM make -j$CPU_NUM how about this way add into scons

use libpng12-dev not libpng18-dev try usign python import PIL.Image do convert

做 ./configure前 先export ex: export PATH=$PATH:/opt/ivot/aarch64-ca53-linux-gnueabihf-8.4.01/bin export LD_LIBRARY_PATH=/opt/ivot/aarch64-ca53-linux-gnueabihf-8.4.01/lib 再做 ./configure and make 另外 c and cpp link 時需加入 extern "C" { void C_function(); }