Forum Discussion
Altera_Forum
Honored Contributor
21 years agoThe problem concerning uClinux uploading to UP3
Hello everyone!I need your help now... The problem is concerning uClinux uploading to UP3 board. Here is my developing enviornment: target board: UP3 Education Kit Cyclone EP...
Altera_Forum
Honored Contributor
21 years agoHi again:)
Thank you for your given links, i have down the software as follows: 1:uClinux-dist-20041215.tar 2:nios-gcc.tar 3:u-boot-1.1.2.tar And today i try to compile the uClinux kernel for NIOS,follow the point steps: $ make xconfig $ make dep $ make but when the final step 'make',following info appears: ----------------------------------------------------------------- /home/JustinYan/uClinux-dist/linux-2.4.x/include/linux/coda.h:116: redefinition of `struct timespec' {standard input}: Assembler messages: {standard input}:824: Error: Unknown pseudo-op: `.subsection' {standard input}:832: Error: Unknown pseudo-op: `.previous' {standard input}:1000: Error: Unknown pseudo-op: `.subsection' {standard input}:1008: Error: Unknown pseudo-op: `.previous' make: *** [init/main.o] Error 1 ----------------------------------------------------------------- I have no idea about it.why? The another problem i meet,is about the rpm command. I have download 'cdk-nios-example-u-boot-20040316cvs-20040317.src.rpm' for the U-boot. when: --------------------------------------------------------------------- JustinYan@JUSTINYAN ~/setup/cdk-nios-example-u-boot $ rpm -ivh cdk-nios-example-u-boot-20040316cvs-20040317.src.rpm cdk-nios-example-u-boot # ################################################# JustinYan@JUSTINYAN ~/setup/cdk-nios-example-u-boot $ rpm -qi cdk-nios-example-u-boot-20040316cvs-20040317.src.rpm package cdk-nios-example-u-boot-20040316cvs-20040317.src.rpm is not installed ---------------------------------------------------------------------------------------------------- why this package is not installed, the rpm command using is correct,i think. I'm a beginner , so forgive me for asking this simple questions. Thank you again!:) Best Regards! Justin