Hi,
I'm compiling oRTP-0.13.1 in uClinux and I get an error message. It seems
like this:
make[2]: Entering directory `/root/uClinux-dist/user/ortp'
make[2]: *** No rule to make target `romfs'. Stop.
make[2]: Leaving directory `/root/uClinux-dist/user/ortp'
make[1]: *** [romfs] Error 2
make[1]: Leaving directory `/root/uClinux-dist/user'
make: *** [romfs.subdirs] Error 1
I'm using Microblaze. Do you have any advice?
Do you have any advice?
These are the steps I have followed:
1. cd to directory containing the package's sources and type ./configure.
2. Type make to compile the source.
3. Type make install.
The directory with all the source is in "uClinux-dist/user" and calls
"ortp".
Then I added a line to the file user/Makefile like:
dir_$(CONFIG_USER_ORTP) +=
ortp
And finally I added a line in config/config.in like:
bool 'ortp' CONFIG_USER_ORTP
I think that doing the standard make xconfig, make dep and make all should
build the application and install it in romfs and hence in the target system
image.bin.
This is all right?
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev