Is it possible to **never** use eclipse when developing NIOS software? How can one create a BSP from an sopcinfo **without** this kludgy retrograde eclipse?
链接已复制
10 回复数
--- Quote Start --- not quite understand your objective, your objective is not to implement some application using nios? or are you looking for alternative development software to replace eclipse? --- Quote End --- Yes, I want to implement a nios application, but without using eclipse; as I understand, to generate the BSP, the only option is with that kludgy eclipse. I am running the whole altera environment in a virtual box (at home I have a mac, hence cannot use it directly), and the eclipse thing is reaaaaaly slow; I am not a fan of eclipse, even when running it in a windows pc, so I would be really glad if I could create the BSP and basic makefiles using only the nios command line. at work, I use a windows PC, and I use the eclipse only to generate the BSP; then everything else I do from the command line.
There are some command line tools that generate the BSP, and you can call them directly without using Eclipse. Unfortunately I'm only familiar with the old workflow using .ptf files (which have been deprecated with QSys) so I can't give you more pointers. But if you have a look for example at the Linux for Nios distribution and see how it is built. Last time I checked those tools looked complicated to use though.
--- Quote Start --- Eclipse prints everything it does to the screen. You should be able to read that and figure out what commands it is using. --- Quote End --- I am frustrated that the bsp builder (both Nios and HPS) are GUIs. I asked them about a command-line tool, and they said it isn't available. I wish there was one though. EDIT: corrected dsp to bsp
--- Quote Start --- dsp builder for HPS? I've not used dsp builder, but itsn't it for creating FPGA images? Also, what's wrong with GUI? --- Quote End --- I'm sorry-- BSP, not DSP. The problem is that if you want to automatically script a build process, needing to use the GUI creates a roadblock. I automatically generated the header files, DTB, DTS, and have them push to my dev kit automatically, but the BSP builder is in the way of that. I could set it to skip the BSP building process, I suppose.
I don't like Eclipse either & code many languages.
I think Altium Designer is way better but too expensive.
