But this stm32F103VET6 can't Portable Operating System ,such as linux.It
Running OS on chip is not necessary, you only need to compile application for the chip using the SDK provided by the vendor, like this one http://www.rowley.co.uk/arm/index.htm
For best pocketsphinx experience you obviosly need more high-end process like stm32f4 not stmf1.
Last edit: Nickolay V. Shmyrev 2013-09-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm interested to know how to use pocketsphinx without a Linux Distribution. So is it possibile ? Is it difficult if I'm familiar with cross compilation but not for ARM embedded ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If can,how can I do it ?
Yes
You need to cross-compile pocketsphinx using your platform toolchain.
You can read documentation for instructions:
http://www.gnu.org/software/automake/manual/html_node/Cross_002dCompilation.html#Cross_002dCompilation
To understand cross-compilation read the book on embedded linux.
But this stm32F103VET6 can't Portable Operating System ,such as linux.It
Similars to the microcontroller.How can I do it.
Running OS on chip is not necessary, you only need to compile application for the chip using the SDK provided by the vendor, like this one http://www.rowley.co.uk/arm/index.htm
For best pocketsphinx experience you obviosly need more high-end process like stm32f4 not stmf1.
Last edit: Nickolay V. Shmyrev 2013-09-30
Can I use keil ?
Yes
I use keil compile pocketsphinxbase ,but It don't have "stat.h".how can I solve this problem?
Last edit: seuliujaiguo 2013-10-13
Did you finally make it work under Keil? Can you share some info about what you did?
I'm interested to know how to use pocketsphinx without a Linux Distribution. So is it possibile ? Is it difficult if I'm familiar with cross compilation but not for ARM embedded ?
You can simply try first and ask if there are issues.
Thank you for the quick response Nickolay.
Have you some guide/documentation to suggest me to learn that ?
https://leanpub.com/mastering-stm32
Thank you very much Nickolay.