I have had I fresh install of Ubuntu 10.04 and I keep getting this error when i do a make. Any idea why this is the case?
@LinuxBox:~/DM355SDK840402$make
.
Compiling and installing base... Entering proprietary_src... Checking dependencies for dvsdk_2_00_00 Checking dependencies for xdctools_3_10_05 Compiling and installing xdctools_3_10_05... Compiling and installing dvsdk_2_00_00...A dvsdk_2_00_00_22/dmai_1_20_00_06/Platform.makeA dvsdk_2_00_00_22/dmai_1_20_00_06/Rules.makeA dvsdk_2_00_00_22/dmai_1_20_00_06/wince_pbA dvsdk_2_00_00_22/dmai_1_20_00_06/wince_pb/wince600A dvsdk_2_00_00_22/dmai_1_20_00_06/wince_pb/wince600/sources
A dvsdk_2_00_00_22/dmai_1_20_00_06/packages/ti/sdo/dmai/objA dvsdk_2_00_00_22/dmai_1_20_00_06/packages/ti/sdo/dmai/Framecopy.hA dvsdk_2_00_00_22/dmai_1_20_00_06/packages/ti/sdo/dmai/ColorSpace.cA dvsdk_2_00_00_22/dmai_1_20_00_06/packages/ti/sdo/dmai/Cpu.hA dvsdk_2_00_00_22/dmai_1_20_00_06/packages/ti/sdo/dmai/Sound.hChecked out revision 508.make[3]: *** [patched] Error 1Error building dvsdk_2_00_00make[2]: *** [dependency_build] Error 1make[1]: *** [proprietary_src_build] Error 1make: *** [fs_build] Error 2@LinuxBox:~/DM355SDK840402$
Hi,
Please follow the instructions presented on this forum thread : designsomething.org/.../310.aspx
That should fix your issue.
Cristina Murillo
Embedded Software Engineer, RidgeRun
Thanks Cristina. Now it compiles with no problem.
Would you be able to help me on this. When i run "make config" and select some user applications, the executables do not appear in the ..fs/fs/examples folder.
do i have to run "make claen" all the time to get all the executables in the correct folder?
Thanks
Hi Appkof,
No you don't need to run make clean everytime. The usual procedure is:
1. You add your application inside myapps/ directory.
2. Select it using make config, this way during the next build of the SDK, your application will be compiled.
3. Compile the SDK: make VERBOSE=1
4. Install the SDK: make install . This is the step you should run to get the executables in the right folder.
Now, you can just compile the application you just wrote, that will save you some time, once it was selected in the make config menu:
myapps/your_app$ make
myapps/your_app$ make install VERBOSE=1
That will install your application in the file system, where it puts it, depends on how you configured the install target inside your Makefile.
I also recommend you take a look at:
www.ridgerun.com/.../Development_and_Integration_Guide
Thanks you so much Cristina, that has been so helpful.
hi, when i apply the patch i get the following error.... please help me
http://pastebin.com/jE1VCzpJ