Getting error in glibc-2.9 configuration 1st pass Plzzzzzz search on blog for E-4 Tool Chain problem
I m facing error in the first pass while configuring the glibc-2.9 as: Checking for suffix of object files… Configure: error: cannot compute suffix of object files: cannot compile How to solve the problem?
Implemented Serial Port DD for single byte with usage of 7 pins. Implemented Serial Port DD with FIFO for multiple bytes with the usage of 7 pins ….. Reading Interrupts……….
Implemented Compatibility Mode. Implemented Nibble mode for single and multiple bytes. Implemented Byte mode for single byte. Working on Byte mode for multiple bytes.
Implemented nibble mode for 1 byte. working on Byte mode…
Before writing to the port i m setting the value of Control register by setting the its 5th bit at LOGIC 1. and after performing write operation i am checking the status of control register… I am surprised as the … Continue reading
LED’s Are glowing properly with the user pattern…….
i have done tasklet in my device driver and it is working fine in driver…. Now working on workqueues……
In read_proc() fxn I am calling the timer fxn and in timer fxn I am using in_interrupt and in_atomic macros both are working fine….But when I call the timer fxn using for loop in read_proc, KERNEL crashes and display the bug … Continue reading
I have done following: Write operation for multiple quantums… Read operation for single quantum. Implemented Semaphore in read and write operation Now I am working on spinlocks and completions …………. ###NOTE ——– SPIN LOCKS are heavy weight mechanism/process than what … Continue reading
I have implemented :- write_operation for single quantum(working on multiple quantums). Implemented Threads
1. assignment no. 2 completed (unable to understand Q. 14 and 15) 2. assignment no. 4 completed 3. working on assignment no. 3 (stacks and queues)
1. assignment no. 1 completed 2. assignment no. 2(done upto quest no. 10)