Rtems porting problem
Joel Sherrill
joel.sherrill at oarcorp.com
Fri Oct 19 14:12:18 UTC 2007
张天雷 wrote:
> hi, this is smart from tsinghua university of china.
> recently I am porting rtems to msp430, and i had a problem.
> when i try to "make", the processing halt when a message appears
> libio.h:28:22:sys/stat.h "no such file or directory"
> libio.h:29:23:sys/ioctl.h "no such file or directory"
>
> i cannot find stat.h in /sys,but i can find ioctl.h.
> maybe it's because my makefile.am <http://makefile.am>?
You have to have a C library installed with the gcc. Did you
build newlib and install it with your C compiler?
Did you add msp430-rtems as a valid target to the compiler
first?
> anybody help me.
> thanks! :)
> ------------------------------------------------------------------------
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>
More information about the users
mailing list