This one looks like you did not run the scripts to remove CR and LF. NDK5.6/sde/sites/exLinux/prepareForLinux.sh This is covered in the release notes...
I am very sure that I did run the prepareForLinux.sh. And the result of the script shows that about 3000 files has been processed. No error occured in this...
Now I can build NDK 5.7 on suse enterprise Linux server 10. I just update the gmake from 3.80 to 3.81. Thanks a lot! ... -- *Guo Hongruan*, Embedded Linux...
Hi guys, I want to develop my dynboot executable on TriMedia. So I tried to compile and boot the exDLL_DynamicLoaderShell example. But I failed. Who can tell...
We have not been testing or using DLL's for some time now. I have a suspicion, based on the error you report, that this may have gotten broken when we changed...
Hi guys, I am tring to develop a dynload executable on LCP-1500 board. But I found I can not get the output of it when loading it using tmdbg or dvpmon. Who...
A good way to debug is to build the same program first for static linking. When that works, move over to DLL's. tmdbg won't work with DLL's (at least not...
No BIS present. When using dynboot, tmdbg can not output any information, so I can not get to know whether or not the program is running. The DP buffer can not...
hi all.the following codes in my application on NXP platform can't work: void Logout(const char *format, ...) { va_list args; char acTest[1024] = {0,}; ...
The address of the DP buffer is found in the BIS, so if there is no BIS present, dvpMon won't find the DP buffer. Do I understand that you can build your app...
I am afraid that you misunderstood me. My test program is simplest. It is just a "Hello World" C program like below: int main(void) { printf("Hello World\n"); ...
DP works differently from DBG_PRINT. I don't use DP anymore. But moreover, we don't usually use DLL's. I know that some people have made them work, but...
Hi group. When I set horizontal and vertical filter in struct tmdlMbsTaskDescriptor_t and run MBS, input image process with horz filter, then process with...
MBS can't do vertical and horizontal filtering at the same time. You have to use two instances and run it one after the other. Best Regards, Alfred Lee ... ...
Hi,everyone: I am working to porting my program in NDK5.4 to ndk5.7,and when get ... 0 [main] sh 3276 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION ...
Here is my brief feedback. It appears that you have a way to trigger a bug in the compiler. As a work around, use the TCS 5.01 or the TCS 4.61 compiler. Please...
Dear All, generally we will set TSSA packet buffer size while creating IOD. IOD creates & owns these packets and memory will freed by IOD while it is ...
I can't give you a trivial example. The transport stream demux is an example of a component that does this. You can look at exolMpegTs which is in MPTK....
Hi, all, I'd like to know the efficiency of the 5 issue slots so that the max performance of the program can be estimated. NDK5.6(TCS5.01) is our software. I...
Look at the example at C:\Nexperia\NDK5.6\docs\Optimization\hwpref example. It demonstrates how to use the latest tools. Initially, you are probably less...
Hello, every body, I am confused with this problem so long, so hope someone can help me. I design a board myself with PNX1501 onboard, and it has a ISP1564...
Use tm3260verisim as follows: tm3260verisim -ctf tracefile.ctf myprog.out tmact tracefile.ctf -tF > trace.txt -r_main This gives you the cache stalls and...
One possible problem is that the library you are using is also trying to init PCI and the result is not happy. Which version of the code are you using? The...
Hi group. I set vertical filter in struct tmdlMbsTaskDescriptor_t and run MBS, but output image not correct. Values of pixel in first two row not correct, but...
... I answer myself: "These functions are not supported in SpOsal and when these are used it will cause a link error: tmosalEventSelect() tmosalQueueSelect() ...
Hello, everybody. I am using the watchdog module with NDK5.5. and I`d like to know how to caculate time value for ticks to reset. For instance, if I want to...
... Just guessing. Maybe you're looking at stale data in the cache, instead of at the (correctly) scaled data. * ensure to have your buffers allocated...
Hello everyone, I do have a short question. Is there anyone using the current NDK 5.7 with Eclipse? The Eclipse Trimedia standard projects are not using...