On May 29, 2004, at 9:35 AM, Ming Chi Tsai wrote:
I have a project that port madplay into embedded system(CPU:ARM, OS:uclinux). I know madplay can be build on uclinux using uclibc and arm cpu using arm-linux-gcc respectively. But, when I port madplay to embedded system with ARM and uclinux using arm-elf-gcc, I encountered some problems. The following is my make step:
I use cygwin and arm-elf-gcc to build my project.
export CPPFLAGS='-I/usr/local/include/' export LDFLAGS='-I/usr/local/lib/'
Try LDFLAGS='-L/usr/local/lib' instead (note -L not -I).
Where am I wrong with the configure setting?? Whether madplay can't be ported to embedded system with ARM and uclinux or I should use anyother corse compiler.
It should be able to work.