<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to tickets</title><link href="https://sourceforge.net/p/ipaq214android/tickets/" rel="alternate"/><link href="https://sourceforge.net/p/ipaq214android/tickets/feed.atom" rel="self"/><id>https://sourceforge.net/p/ipaq214android/tickets/</id><updated>2019-06-10T16:46:00.380000Z</updated><subtitle>Recent changes to tickets</subtitle><entry><title>#29 Cannot compile U-Boot source (Linux Mint 18 x86)</title><link href="https://sourceforge.net/p/ipaq214android/tickets/29/?limit=25#6e4a/325d/2b42/ae33" rel="alternate"/><published>2019-06-10T16:46:00.380000Z</published><updated>2019-06-10T16:46:00.380000Z</updated><author><name>Alvin Wong</name><uri>https://sourceforge.net/u/alvinwong/</uri></author><id>https://sourceforge.netdc2ebab58c631d4bb5dc8ae1c0a7b249785224a1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;If i use the -march=armv5te and -mtune=xscale the compiling process fails earlier, looks like it's discontinued. &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Yes, you'll need to find the last gcc version that supportd this architecture.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Also, do you have a mail/social network where I can contact you? &lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I believe I've included my email address in the mail reply I sent you via the sourceforge mail form, but if you haven't got it you should be able to find my email address from my commits in the git repo (just check &lt;code&gt;git log&lt;/code&gt;).&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#29 Cannot compile U-Boot source (Linux Mint 18 x86)</title><link href="https://sourceforge.net/p/ipaq214android/tickets/29/?limit=25#6e4a/325d/2b42" rel="alternate"/><published>2019-06-10T16:32:15.804000Z</published><updated>2019-06-10T16:32:15.804000Z</updated><author><name>Michael Jauregui</name><uri>https://sourceforge.net/u/mlx-projects/</uri></author><id>https://sourceforge.net20441874591bc619001f8db617f060334d88949c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;If i use the -march=armv5te and -mtune=xscale the compiling process fails earlier, looks like it's discontinued. &lt;br/&gt;
Also, do you have a mail/social network where I can contact you? &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#29 Cannot compile U-Boot source (Linux Mint 18 x86)</title><link href="https://sourceforge.net/p/ipaq214android/tickets/29/?limit=25#6e4a/325d" rel="alternate"/><published>2019-06-09T05:36:22.717000Z</published><updated>2019-06-09T05:36:22.717000Z</updated><author><name>Alvin Wong</name><uri>https://sourceforge.net/u/alvinwong/</uri></author><id>https://sourceforge.netfcae106f73b323dc0f0f046021b30e4c251c5677</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Actually, a cross-compiler targetting the Linux ABI might still work, but I don't really remember the details on this.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#29 Cannot compile U-Boot source (Linux Mint 18 x86)</title><link href="https://sourceforge.net/p/ipaq214android/tickets/29/?limit=25#6e4a" rel="alternate"/><published>2019-06-09T05:33:39.735000Z</published><updated>2019-06-09T05:33:39.735000Z</updated><author><name>Alvin Wong</name><uri>https://sourceforge.net/u/alvinwong/</uri></author><id>https://sourceforge.nete6b0f2955f4c26b98ae9d988e29a4d74c46a61e7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;I've also modified the compile parameters in config.mk to work with newest compilers (-march=armv5te and -mtune=xscale now looks deprecated, replaced those with -marm).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I don't think that's correct. &lt;code&gt;-marm&lt;/code&gt; pairs with &lt;code&gt;-mthumb&lt;/code&gt; and are used with switching between generating ARM code and THUMB code (two different instructions set for ARM architectures). I believe you should keep the &lt;code&gt;-march=armv5te -mtune=xscale&lt;/code&gt; parameters as they specify the microarchitecture and available instructions of the target processor, which is the PXA310. If gcc has deprecated them, it means the target is probably going to be unsupported in future gcc versions since these chips are so old, and thus you will have to keep using older gcc versions.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;code&gt;arm-linux-gnueabihf&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Although you haven't stated the gcc version you're using, this looks like the cross compiler target you have. This probably wouldn't work because 1) it's targetting Linux ABI but U-Boot is bare metal, and 2) it's targetting armhf (hard-float) but the PXA310 does not have a hardware floating point unit (IIRC).&lt;/p&gt;
&lt;p&gt;You need a cross compiler that targets &lt;code&gt;arm-none-eabi&lt;/code&gt;.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Cannot compile U-Boot source (Linux Mint 18 x86)</title><link href="https://sourceforge.net/p/ipaq214android/tickets/29/" rel="alternate"/><published>2019-06-08T22:42:17.296000Z</published><updated>2019-06-08T22:42:17.296000Z</updated><author><name>Michael Jauregui</name><uri>https://sourceforge.net/u/mlx-projects/</uri></author><id>https://sourceforge.net9483d9c920639bca2097b6ac48d60c8d5bb1ddbf</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I want to compile the U-Boot source tree, so installed Linux Mint 18 on a x86 laptop with all the utils, the ARM toolchain and every dependency for the compile process.&lt;br/&gt;
Tried to compile first time, it thrown some code errors on board.c (LED control related), commented out and progressed a little. Now, it throws a lot of undefined errors. &lt;br/&gt;
I've also modified the compile parameters in config.mk to work with newest compilers (-march=armv5te and -mtune=xscale now looks deprecated, replaced those with -marm).&lt;br/&gt;
What can I do? Here is the console output: &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;        --start-group lib_generic/libgeneric.a lib_generic/lzma/liblzma.a cpu/pxa/libpxa.a lib_arm/libarm.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a fs/yaffs2/libyaffs2.a net/libnet.a disk/libdisk.a drivers/bios_emulator/libatibiosemu.a drivers/block/libblock.a drivers/dma/libdma.a drivers/fpga/libfpga.a drivers/gpio/libgpio.a drivers/hwmon/libhwmon.a drivers/i2c/libi2c.a drivers/input/libinput.a drivers/misc/libmisc.a drivers/mmc/libmmc.a drivers/mtd/libmtd.a drivers/mtd/nand/libnand.a drivers/mtd/nand_legacy/libnand_legacy.a drivers/mtd/onenand/libonenand.a drivers/mtd/ubi/libubi.a drivers/mtd/spi/libspi_flash.a drivers/net/libnet.a drivers/net/phy/libphy.a drivers/net/sk98lin/libsk98lin.a drivers/pci/libpci.a drivers/pcmcia/libpcmcia.a drivers/spi/libspi.a drivers/rtc/librtc.a drivers/serial/libserial.a drivers/usb/libusb.a drivers/video/libvideo.a common/libcommon.a libfdt/libfdt.a api/libapi.a post/libpost.a board/ipaq214/libipaq214.a --end-group -L /usr/lib/gcc-cross/arm-linux-gnueabihf/7 -lgcc \
        -Map u-boot.map -o u-boot
board/ipaq214/libipaq214.a(ipaq214.o): In function `board_init':
/home/mlx/Desktop/ipaq214-u-boot/board/ipaq214/ipaq214.c:53: undefined reference to `ipaq214_setLED'
board/ipaq214/libipaq214.a(ipaq214.o): In function `board_late_init':
/home/mlx/Desktop/ipaq214-u-boot/board/ipaq214/ipaq214.c:72: undefined reference to `ipaq214_setLED'
board/ipaq214/libipaq214.a(cmd_ipaq214.o): In function `do_led':
/home/mlx/Desktop/ipaq214-u-boot/board/ipaq214/cmd_ipaq214.c:53: undefined reference to `ipaq214_setLED'
fs/jffs2/libjffs2.a(mini_inflate.o): In function `read_symbol':
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:143: undefined reference to `pull_bit'
fs/jffs2/libjffs2.a(mini_inflate.o): In function `decompress_huffman':
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:173: undefined reference to `pull_bits'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:184: undefined reference to `pull_bits'
fs/jffs2/libjffs2.a(mini_inflate.o): In function `init_code_tables':
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:222: undefined reference to `cramfs_memset'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:223: undefined reference to `cramfs_memset'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:224: undefined reference to `cramfs_memset'
fs/jffs2/libjffs2.a(mini_inflate.o): In function `decompress_block':
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:374: undefined reference to `pull_bit'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:375: undefined reference to `pull_bits'
fs/jffs2/libjffs2.a(mini_inflate.o): In function `decompress_none':
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:129: undefined reference to `pull_bits'
fs/jffs2/libjffs2.a(mini_inflate.o): In function `decompress_dynamic':
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:244: undefined reference to `pull_bits'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:245: undefined reference to `pull_bits'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:246: undefined reference to `pull_bits'
fs/jffs2/libjffs2.a(mini_inflate.o):/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:258: more undefined references to `pull_bits' follow
fs/jffs2/libjffs2.a(mini_inflate.o): In function `decompress_fixed':
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:340: undefined reference to `cramfs_memset'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:341: undefined reference to `cramfs_memset'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:342: undefined reference to `cramfs_memset'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:343: undefined reference to `cramfs_memset'
/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:344: undefined reference to `cramfs_memset'
fs/jffs2/libjffs2.a(mini_inflate.o):/home/mlx/Desktop/ipaq214-u-boot/fs/jffs2/mini_inflate.c:345: more undefined references to `cramfs_memset' follow
Makefile:342: recipe for target 'u-boot' failed
make: *** [u-boot] Error 1
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</summary></entry><entry><title>#25 touchscreen problem</title><link href="https://sourceforge.net/p/ipaq214android/tickets/25/?limit=25#f3a8/dc58" rel="alternate"/><published>2017-12-28T16:39:26.658000Z</published><updated>2017-12-28T16:39:26.658000Z</updated><author><name>Alvin Wong</name><uri>https://sourceforge.net/u/alvinwong/</uri></author><id>https://sourceforge.netd5b060fca63399078e534dd171d73dfe9adba098</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;... It's been over 4 years and no update at all, you should be able to guess the answer...&lt;/p&gt;
&lt;p&gt;I still have the device, but nope I have no interest in jumping into this again. It's too underspeced to do anything useful with Android.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#25 touchscreen problem</title><link href="https://sourceforge.net/p/ipaq214android/tickets/25/?limit=25#f3a8" rel="alternate"/><published>2017-12-28T16:22:34.443000Z</published><updated>2017-12-28T16:22:34.443000Z</updated><author><name>Maruf Ahamed</name><uri>https://sourceforge.net/u/marufahamed9/</uri></author><id>https://sourceforge.net5739b7537b120235279846d799aa42d104d3f699</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Dear Alvin Wong Did You Finished Calibration Program For Ipaq 212&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#28 Bluetooth failing `accept_work socket()`</title><link href="https://sourceforge.net/p/ipaq214android/tickets/28/?limit=25#75a5" rel="alternate"/><published>2013-07-11T16:36:53.697000Z</published><updated>2013-07-11T16:36:53.697000Z</updated><author><name>ryahp</name><uri>https://sourceforge.net/u/ryahp/</uri></author><id>https://sourceforge.net63e625d47da155993b49967d0da3c39a054b248e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Bluetooth effect on performance&lt;/p&gt;
&lt;p&gt;Passmark PerformanceTest Mobile 1.0.2000&lt;br /&gt;
(average of 3 tests)&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Scores&lt;/th&gt;
&lt;th&gt;BT OFF&lt;/th&gt;
&lt;th&gt;BT ON&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;CPU Score&lt;/td&gt;
&lt;td&gt;403&lt;/td&gt;
&lt;td&gt;297&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Storage Write&lt;/td&gt;
&lt;td&gt;0.91 MB/Sec&lt;/td&gt;
&lt;td&gt;0.77 MB/Sec&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Storage Read&lt;/td&gt;
&lt;td&gt;2.80 MB/Sec&lt;/td&gt;
&lt;td&gt;2.45 MB/Sec&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Memory Read&lt;/td&gt;
&lt;td&gt;24.4 MB/Sec&lt;/td&gt;
&lt;td&gt;16.8 MB/Sec&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Memory Write&lt;/td&gt;
&lt;td&gt;149  MB/Sec&lt;/td&gt;
&lt;td&gt;83.4 MB/Sec&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2D Score&lt;/td&gt;
&lt;td&gt;162&lt;/td&gt;
&lt;td&gt;132&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3D Score&lt;/td&gt;
&lt;td&gt;34&lt;/td&gt;
&lt;td&gt;25&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;</summary></entry><entry><title>#20 Bluetooth audio getting a lot of latency</title><link href="https://sourceforge.net/p/ipaq214android/tickets/20/?limit=25#ccc3" rel="alternate"/><published>2013-07-11T13:38:05.019000Z</published><updated>2013-07-11T13:38:05.019000Z</updated><author><name>Alvin Wong</name><uri>https://sourceforge.net/u/alvinwong/</uri></author><id>https://sourceforge.net1d590ef2408e2131b8fab29df3c3fb13fb3285f1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;summary&lt;/strong&gt;: Bluetooth audio doesn't work --&amp;gt; Bluetooth audio getting a lot of latency&lt;/li&gt;
&lt;li&gt;Description has changed:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Diff:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="gd"&gt;--- old&lt;/span&gt;
&lt;span class="gi"&gt;+++ new&lt;/span&gt;
&lt;span class="gu"&gt;@@ -1 +1 @@&lt;/span&gt;
&lt;span class="gd"&gt;-Bluetooth audio doesn't work.&lt;/span&gt;
&lt;span class="gi"&gt;+Bluetooth audio does work, but with a Bluetooth headphone the sound is discontinuous, seems to have a lot of latency.&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: unconfirmed --&amp;gt; open&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>Bluetooth failing `accept_work socket()`</title><link href="https://sourceforge.net/p/ipaq214android/tickets/28/" rel="alternate"/><published>2013-07-11T13:35:18.935000Z</published><updated>2013-07-11T13:35:18.935000Z</updated><author><name>Alvin Wong</name><uri>https://sourceforge.net/u/alvinwong/</uri></author><id>https://sourceforge.net5dc0e8ab6f3784b0390c5c7cc7468421a808beaa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When Bluetooth is switched on, somewhere in the code frequently logs the following message to logcat:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="n"&gt;E&lt;/span&gt;&lt;span class="o"&gt;/&lt;/span&gt;&lt;span class="n"&gt;bluetooth_ScoSocket&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;cpp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;  &lt;span class="mi"&gt;949&lt;/span&gt;&lt;span class="p"&gt;)&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;accept_work&lt;/span&gt; &lt;span class="n"&gt;socket&lt;/span&gt;&lt;span class="p"&gt;()&lt;/span&gt; &lt;span class="n"&gt;failed&lt;/span&gt;&lt;span class="o"&gt;:&lt;/span&gt; &lt;span class="n"&gt;Protocol&lt;/span&gt; &lt;span class="n"&gt;not&lt;/span&gt; &lt;span class="n"&gt;supported&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;It is suspected that this logging action is causing a lot of latency in Bluetooth communication, or even affects the responsiveness of the Android system.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>