|
uClinux-2.5.32-uc0 released
|
Login/Create an Account
| Top
| 5 comments
|
Search Discussion
|
|
|
|
The Fine Print:
The following comments are owned by whoever posted them.
We are not responsible for them in any way.
|
 |
|
 |
 |
|
 |
 |
 |
Hmm, it seems I'm getting the same undefined references to vmalloc, etc. What should I be looking for in the uClinux sources, to find the source of the vmalloc problem(s)???
kernel/kernel.o(__ksymtab+0x268): undefined reference to `vmalloc'
kernel/kernel.o(__ksymtab+0x270): undefined reference to `vmalloc_32'
kernel/kernel.o(__ksymtab+0x278): undefined reference to `vmap'
kernel/kernel.o(__ksymtab+0x280): undefined reference to `vunmap'
kernel/kernel.o(__ksymtab+0x288): undefined reference to `vmalloc_to_page'
make[1]: *** [vmlinux] Error 1
|
|
 |
 |
|
|
[ Parent
]
|
|
|
|
 |
|
 |
 |
|
 |
 |
 |
|
I got around the above problem, by just cutting back everything on uClinux 2.5.32, but I can't seem to get it to boot. I am trying to it on a platform similar to the NetTel platform, but our boot loader doesn't seem to want to uncompress it, or I'm not getting any output from the serial device. By any chance did they rename the first serial device in 2.5.x from '/dev/ttyS0' ???
|
|
 |
 |
|
|
[ Parent
]
|
|
|
|