Search the web
Sign In
New User? Sign Up
trimedia · TriMedia User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 11457 - 11486 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11457
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...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 2, 2008
3:28 pm
11458
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...
Guo Hongruan
cameguo
Offline Send Email
Jan 3, 2008
1:39 am
11459
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...
Guo Hongruan
cameguo
Offline Send Email
Jan 3, 2008
9:09 am
11460
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...
Guo Hongruan
cameguo
Offline Send Email
Jan 4, 2008
7:39 am
11461
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...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 4, 2008
2:35 pm
11462
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...
Guo Hongruan
cameguo
Offline Send Email
Jan 6, 2008
11:40 am
11463
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...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 7, 2008
2:14 am
11464
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...
Guo Hongruan
cameguo
Offline Send Email
Jan 7, 2008
2:20 am
11465
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,}; ...
gczywjk
Offline Send Email
Jan 7, 2008
3:03 pm
11466
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...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 7, 2008
3:40 pm
11467
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"); ...
Guo Hongruan
cameguo
Offline Send Email
Jan 8, 2008
1:59 am
11468
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...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 8, 2008
6:41 pm
11469
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...
twesd2
Offline Send Email
Jan 10, 2008
7:09 am
11470
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 ... ...
Alfred Lee
alfred17330
Offline Send Email
Jan 10, 2008
6:26 pm
11471
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 ...
gongwjh
Offline Send Email
Jan 11, 2008
9:49 am
11472
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...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 11, 2008
3:16 pm
11473
thanks ,I will post a question on TCSHELP. ... Replacing it ... www.TCSHelp.com ... get ... STATUS_ACCESS_VIOLATION ... ...
gongwjh
Offline Send Email
Jan 14, 2008
3:35 am
11474
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 ...
Sri Ranganadh Thatha
tata_srirang...
Offline Send Email
Jan 14, 2008
1:32 pm
11475
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....
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 14, 2008
3:33 pm
11476
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...
dreameagleli
Offline Send Email
Jan 15, 2008
8:20 am
11477
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...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 15, 2008
4:20 pm
11478
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...
shijianm
Offline Send Email
Jan 17, 2008
9:30 am
11479
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...
Chris Bore
chris_bore
Online Now Send Email
Jan 17, 2008
2:55 pm
11480
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...
Chuck Peplinski
chuckpeplinski
Online Now Send Email
Jan 17, 2008
11:49 pm
11481
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...
twesd2
Offline Send Email
Jan 21, 2008
7:48 am
11482
Hi, i'm testing in my app event handling code (vcp1700 dev board, ndk5.7, tcs5.1) and i have: tmerr = tmosalEventSelect( this->eventHandles, ...
Morpheus
burt666.geo
Offline Send Email
Jan 22, 2008
2:27 pm
11483
... I answer myself: "These functions are not supported in SpOsal and when these are used it will cause a link error: tmosalEventSelect() tmosalQueueSelect() ...
Morpheus
burt666.geo
Offline Send Email
Jan 22, 2008
2:53 pm
11484
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...
Lim EuiTaek
lim_euitaek
Offline Send Email
Jan 24, 2008
12:56 am
11485
... 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...
Harm Verhagen
harm_verhagen
Offline Send Email
Feb 3, 2008
11:28 pm
11486
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...
Sebastian Hensel
sh_mtronix
Offline Send Email
Feb 5, 2008
3:47 pm
Messages 11457 - 11486 of 11824   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help