| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> can I do void* p = reinterpret_cast<void*>( MIPS_GPIO_BASE_ADDR ); <1> sure <1> what do you think 0x00002222 is? <1> and what do you think that macro does? it just text substitutes whatever it's #defined to <0> ah.. ok.. sorry a bit new to C but done lots of ASM in my youth and ather stuff later on.. now doing emebed work and need to fix a driver <1> well reinterpret_cast doesn't exist in C <1> try #C <2> ugh <2> you know how to cast. <2> in C <2> are those addresses right? <2> b2? <0> b2? <1> LED interface for WP3200 <2> void *p = (void *) MIPS_GPIO_BASE_ADDR; <2> is that address right Delv0r?
<0> no its made up <2> boot address if BFC something, iirc <2> b2 just sounds off to me <1> it looks like it's for some LED device <0> the addresses are 0xb20000b8 and 0x18000000 <0> yup.. gpio pins <0> leds and speaker and such <1> WavePlus' WP3200 Home Gateway Processor is a RISC processor designed specifically for streamlined, low-cost networking applications. <0> for a routerboard 100 and 500 <2> hmmmm, maybe those are configurable? <2> I don't remember. <2> Anyway <2> I gave you code to do the C style cast. <3> Base address sounds like ebp to me <2> ebp? <2> not in MIPS <3> Well, the mips equivalent, who cares <3> I just mean he probably doesn't mean any random pointer <0> nope both for mips <2> He's talking about the base address for a memory mapped IO <0> ADM5120 and IDT RC32H434 <3> IDT still makes CPUs? heheh <2> no <0> awesome chips actually <2> IDT makes SOCs <3> They make CPUs too <2> they sold their x86 stuff awhile ago <2> I don't think they're making MIPS processors anymore <2> I think they license them. <0> anyone using MIPS licences the core from MIPS <2> that's not true. <0> possibly AMD bought the rights to do their own thing <2> you can license just the ISA <2> lots of people make their own MIPS processors. <2> Toshiba, SandCraft did, QED, AMD, NEC, etc etc etc <2> I know <2> I worked at SandCraft <4> anyone willing to take a look at some code real quick? <3> You're the only one who ever heard of SandCraft though <3> You'd better say you worked at AMD <2> not the only one <2> there were 119 other employees. <3> Ok, and the people p***ing by the building probably heard of it <2> I didn't work in MIPS at AMD. <3> But other than those :D <3> You still worked at AMD <3> Avoid details <3> Or you won't sound cool <2> well, it's a MIPS discussion. <3> Not really, now I changed the topic to coolness <0> amd also make a rockin SOC <2> and I was directly addressing his ***ertion that anyone using MIPS is licensing the core from MIPS <2> which isn't true. <2> MIPS also licenses their ISA <0> Noidea: thanks for putting that right.. just most of the chips I dealt with I guess <2> they've got a whole list of licensees on their website. <2> yeah, maybe Delv0r <2> the higher performance MIPS processors aren't made by MIPS. <2> which is probably why you're not familiar with them. <0> what according to you is the best MIPS chip out there? <2> you probably don't need a 700MHz superscalar Out of Order MIPS
<2> I don't know Delv0r <0> for embeded systems <2> I just worked on the design of 1 chips 5 years ago. <4> http://www.noidea128.org/sourcefiles/16131.html <4> any idea what im doing wrong? <4> its not treating Vertex/Edge as a data type ;/ <2> what? <2> oh <2> I see <2> you've got cyclic dependencies there <2> Vertex has a member of type Edge <2> and Edge has a member of type Vertex <2> what's the size of that object? <4> er, size? <4> crap this isnt going to work is it <2> you're also using Edge before it's declared. <2> Nope, it's not :) <2> way to figure that out so fast <2> most people have to be walked through it with a lot of hand holding <2> so, the trick here <2> if it HAS to be designed like this <4> add a third ADT? <2> where Vertex has Edges <2> and Edges have Verticies <2> you make the members pointers <2> forward declare Edge before Vertex by saying <2> cl*** Edge; <2> and do whatever allocation and whatnot is necessary <2> and point things as necessary. <2> I don't understand what you're trying to do <2> my guess is redesigning is the correct option here. <4> i have to run a shortest path algorithm on this graph basically <2> well, find a better way to store your graph I guess. <4> any suggestions? <2> not off hand, no. <5> We have quite the zoo in the parking lot today. Four geese and a stray dog. <5> You'd think I lived in Georgia, or something. <2> http://www.marginalrevolution.com/marginalrevolution/2006/04/zimbabwe_fact_o.html <2> http://www.marginalrevolution.com/marginalrevolution/2006/04/the_tullock_par.html <6> Cool this new java thing actually works <7> Heh jb2 <1> actually IRR, java has been around for a few years <8> lol <6> I'll take that statement back. It doesn't work... <1> heh <9> is there any way to acquire the direct3d device from a directx application given the hwnd/hdc? <10> not that I know <10> probably not <10> (to Palithius) <9> I am trying to take a screenshot of a direct3d app. I have the hwnd of the main window, and so I decided to take the HDC and do a bitblit to a bitmap but all I got was a black bitmap. does the DirectX surface render to the HDC device? <9> (to Ewick) :) <10> not exactly <1> no Palithius, that would hurt performance a bit <10> print screen does the job very well anyway <9> alright <9> thanks <6> wait while Win2003 searches 65 GB hard disk and I log time <6> What will I do after WinFS?? <11> dunno, have you got it doing anything useful yet? <6> Got what doing? <6> http://www.fpp.co.uk/online/index.html <12> WinFS <6> vawjr please send David Irving some money if you have something to spare <6> I don't have on the OS <6> After the new windows, it'll be available <6> And file searches will be a lot quicker <12> I installed it and couldn't get it to do anything useful, and the docs were lousy (non-existant) <6> I expect it to have a large system footprint <6> vawjr what would operating systems look like 20 years from now? <13> or you could just use google desktop and get an indexing search now <13> grr, is this WoW server laggy tonight <1> which? <13> khadgar <13> i created my character on the wrong server, as they all play on that one (full pop, wee)
Return to
#c++ or Go to some related
logs:
#teens kittycanon what is the difference between Package aned Language #c seagirl allnitecafe crissty chiang #AllNiteCafe linux gettraffic #linuxhelp #MissKitten
|
|