Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12748 Discussions

Error: 2 when I build toolchain uCLinux on ubuntu 9.04 _x64

Altera_Forum
Honored Contributor II
1,321 Views

Hi! 

I have problem with building toolchain uCLinux on Ubuntu 9.04 _x64. I did everything what is descibed here -> http://www.nioswiki.com/installnios2linux and I used gcc in version: 3.2, 4.1, 4.2, 4.3, but I always have the same 2 errors. It may depend on architecture_x64? Any ideas?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
531 Views

Could you post the errors? 

 

I never did quite get the toolchain build working on 64-bit, but one thing I had to change on Ubuntu is to add -D_FORTIFY_SOURCE=0 to gcc's CPPFLAGS. 

 

Also, if you are interested in using an MMU (virtual memory) with real libc/Linux instead of uClibc, the instructions are here, and you don't need to build that toolchain: http://nioswiki.com/linux
0 Kudos
Reply